ffmpeg/libavutil/x86
James Almer bd48764532 avutil/x86/bswap: force inline asm versions with ICC
Recent ICC versions that define GCC as >= 4.5 (like ICC 13) apparently can't
optimize the generic C versions of av_bswap*() on their own.

Reviewed-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: James Almer <jamrial@gmail.com>
2015-07-18 20:48:09 -03:00
..
asm.h
bswap.h avutil/x86/bswap: force inline asm versions with ICC 2015-07-18 20:48:09 -03:00
cpu.c x86: add AV_CPU_FLAG_AVXSLOW flag 2015-05-31 12:07:11 +02:00
cpu.h Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4' 2015-05-31 23:59:48 +02:00
cpuid.asm
emms.asm
emms.h
float_dsp_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
float_dsp.asm
intmath.h avutil/x86/intmath: add missing check for inline assembly 2015-06-27 14:33:53 -03:00
intreadwrite.h
lls_init.c x86: check for AV_CPU_FLAG_AVXSLOW where useful 2015-06-01 00:15:35 +02:00
lls.asm
Makefile avutil/x86/Makefile: fix conditional x86/emms.o build 2015-04-09 01:12:51 +02:00
pixelutils_init.c
pixelutils.asm
pixelutils.h
timer.h Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59' 2015-07-09 12:28:09 +02:00
w64xmmtest.h
x86inc.asm x86inc: Clear __SECT__ 2015-05-28 11:40:15 +02:00
x86util.asm