mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-15 00:10:21 +00:00
This adds support for detecting Zve32x, Zve32f, Zve64x and Zve64d on a system that does not support (or declare) the full V feature set. Because the code assumes that vector detected at runtime are at least 128-bit long, we have to manually check that too (in theory, vectors can be 32-bit or 64-bit, though that makes little sense in 2025). |
||
|---|---|---|
| .. | ||
| asm.S | ||
| bswap.h | ||
| bswap_rvb.S | ||
| cpu.c | ||
| cpu.h | ||
| cpu_common.c | ||
| fixed_dsp_init.c | ||
| fixed_dsp_rvv.S | ||
| float_dsp_init.c | ||
| float_dsp_rvv.S | ||
| intmath.h | ||
| lls_init.c | ||
| lls_rvv.S | ||
| Makefile | ||