1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-07 11:13:41 +02:00
FFmpeg/libavutil/x86
Christophe Gisquet d9293c776e x86inc: Correctly warn on use of SSE2 instructions in SSE functions
SSE2 instructions that are XMM-implementations of pre-existing MMX/MMX2
instructions did not issue warnings when used in SSE functions. Handle
it by also checking the register type when such instructions are used.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-17 12:35:58 +01:00
..
asm.h
bswap.h
cpu.c
cpu.h
cpuid.asm
emms.asm
emms.h
float_dsp_init.c
float_dsp.asm
intreadwrite.h
lls_init.c
lls.asm
Makefile
pixelutils_init.c
pixelutils.asm
pixelutils.h
timer.h
w64xmmtest.h
x86inc.asm x86inc: Correctly warn on use of SSE2 instructions in SSE functions 2015-02-17 12:35:58 +01:00
x86util.asm