ffmpeg/libavutil/x86
Mans Rullgard edd8226795 x86: fix build with nasm 2.08
It appears that something goes wrong in old nasm versions when the
%+ operator is used in the last argument of a macro invocation and
this argument is tested with %ifdef within the macro.  This patch
rearranges the macro arguments such that the %+ operator is never
used in the last argument.
2012-08-07 15:24:34 +01:00
..
Makefile Add a float DSP framework to libavutil 2012-06-08 13:14:38 -04:00
bswap.h x86: place some inline asm under #if HAVE_INLINE_ASM 2012-06-25 13:23:12 +01:00
cpu.c x86: build: replace mmx2 by mmxext 2012-08-03 22:51:05 +02:00
float_dsp.asm x86: add colons after labels 2012-08-07 15:20:56 +01:00
float_dsp_init.c float_dsp: add x86-optimized functions for vector_fmac_scalar() 2012-06-18 18:01:14 -04:00
intmath.h x86: place some inline asm under #if HAVE_INLINE_ASM 2012-06-25 13:23:12 +01:00
intreadwrite.h
timer.h x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME). 2012-07-07 13:35:07 -07:00
w64xmmtest.h
x86inc.asm x86: fix build with nasm 2.08 2012-08-07 15:24:34 +01:00
x86util.asm dsputil: x86: add SHUFFLE_MASK_W macro 2012-07-22 16:56:58 -04:00