ffmpeg/libavutil/x86
James Almer 67b92d68c6 x86/intmath: add VEX encoded versions of av_clipf() and av_clipd()
Prevents mixing inlined SSE instructions and AVX instructions when the compiler
generates the latter.

Signed-off-by: James Almer <jamrial@gmail.com>
2021-11-19 11:21:03 -03:00
..
asm.h
bswap.h libavutil: x86: Include stdlib.h before using _byteswap_ulong 2020-01-23 18:30:26 +02:00
cpu.c lavu/x86/cpu: Fix aesni detection 2018-07-19 20:17:44 +02:00
cpu.h
cpuid.asm
emms.asm
emms.h
fixed_dsp_init.c
fixed_dsp.asm
float_dsp_init.c x86/float_dsp: add ff_vector_dmul_{sse2,avx} 2018-09-14 12:54:42 -03:00
float_dsp.asm x86/float_dsp: add ff_vector_dmul_{sse2,avx} 2018-09-14 12:54:42 -03:00
imgutils_init.c
imgutils.asm
intmath.h x86/intmath: add VEX encoded versions of av_clipf() and av_clipd() 2021-11-19 11:21:03 -03:00
intreadwrite.h
lls_init.c Include attributes.h directly 2021-04-19 14:34:10 +02:00
lls.asm
Makefile lavu/x86: add FFT assembly 2021-04-24 17:19:18 +02:00
pixelutils_init.c x86/pixelutils: don't use the AVX2 functions on CPUs known to be slow with them 2018-07-31 22:14:53 -03:00
pixelutils.asm x86/pixelutils: add missing preprocessor wrapper to the AVX2 functions 2018-07-31 22:14:42 -03:00
pixelutils.h
timer.h
tx_float_init.c lavu/x86/tx_float: fix FMA3 implying AVX2 is available 2021-04-24 19:00:27 +02:00
tx_float.asm x86/tx_float: correctly load the transform length 2021-07-18 15:04:57 +02:00
w64xmmtest.h
x86inc.asm avutil/x86inc: fix warnings when assembling with Nasm 2.15 2020-07-12 11:30:23 -03:00
x86util.asm