FFmpeg/libavutil/x86
Andreas Rheinhardt dc03cffe9c avutil/crc: Use x86 clmul for CRC when available
Observed near 10x speedup on AMD Zen4 7950x:
av_crc_c:                                            22057.0 ( 1.00x)
av_crc_clmul:                                         2202.8 (10.01x)

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2026-01-04 15:49:30 +01:00
..
Makefile avutil/crc: Use x86 clmul for CRC when available 2026-01-04 15:49:30 +01:00
aes.asm
aes_init.c
asm.h
bswap.h
cpu.c
cpu.h
cpuid.asm
crc.asm avutil/crc: Use x86 clmul for CRC when available 2026-01-04 15:49:30 +01:00
crc.h avutil/crc: Use x86 clmul for CRC when available 2026-01-04 15:49:30 +01:00
emms.asm
fixed_dsp.asm
fixed_dsp_init.c
float_dsp.asm
float_dsp_init.c
imgutils.asm
imgutils_init.c
intmath.h
intreadwrite.h
lls.asm
lls_init.c
pixelutils.asm
pixelutils.h
pixelutils_init.c
timer.h
tx_float.asm
tx_float_init.c
w64xmmtest.h
x86inc.asm
x86util.asm