1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-02 03:06:28 +02:00
FFmpeg/libavutil/riscv
Rémi Denis-Courmont 20fbc07af1 lavu/riscv: remove bogus B extension
The B Bit manipulation extension was not defined to this day, and
probably never will. Instead it was broken down into Zba, Zbb, Zbc and
Zbs with no particular blessed set to make up B.

This removes the bogus field test. Linux never set this bit, nor
(AFAICT) did FreeBSD or any other OS. We can always add it back in the
unlikely event that it gets taken into use.
2024-05-14 19:50:00 +03:00
..
asm.S lavu/riscv: remove bespoke assembler for MIN 2024-05-10 18:59:06 +03:00
bswap_rvb.S
bswap.h
cpu.c lavu/riscv: remove bogus B extension 2024-05-14 19:50:00 +03:00
cpu.h lavu/riscv: add ff_rv_vlen_least() 2024-05-13 18:36:07 +03:00
fixed_dsp_init.c lavu/fixed_dsp: R-V V fmul_window_scaled 2023-11-23 18:57:18 +02:00
fixed_dsp_rvv.S lavu/fixed_dsp: R-V V fmul_window_scaled 2023-11-23 18:57:18 +02:00
float_dsp_init.c
float_dsp_rvv.S lavu/float_dsp: optimise R-V V fmul_reverse & fmul_window 2023-11-23 18:57:18 +02:00
intmath.h
Makefile
timer.h