ffmpeg/libavutil/x86
Lynne 997f9bdb99
x86/tx_float: correctly load the transform length
The field is a standard field, yet we were loading it as if it was
a quadword. This worked for forward transforms by chance, but broke
when the transform was inverse.
checkasm couldn't catch that because we only test forward transforms,
which are identical to inverse transforms but with a different revtab.
2021-07-18 15:04:57 +02:00
..
Makefile lavu/x86: add FFT assembly 2021-04-24 17:19:18 +02:00
asm.h
bswap.h
cpu.c
cpu.h
cpuid.asm
emms.asm
emms.h
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 x86/tx_float: correctly load the transform length 2021-07-18 15:04:57 +02:00
tx_float_init.c lavu/x86/tx_float: fix FMA3 implying AVX2 is available 2021-04-24 19:00:27 +02:00
w64xmmtest.h
x86inc.asm
x86util.asm