diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-19 19:04:40 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-11 20:43:28 +0100 |
commit | 2b479bcab0a8365a7c094c5fa44b8cb6da9810d0 (patch) | |
tree | c29a12f0a7c4c1a2c12380d9d9479ef958668073 /libavcodec/x86/dsputil.asm | |
parent | b8e8a07c6c4df93de92480f5c3a14296a6a2a690 (diff) | |
download | ffmpeg-2b479bcab0a8365a7c094c5fa44b8cb6da9810d0.tar.gz |
build: Drop AVX assembly ifdefs
An assembler able to cope with AVX instructions is now required.
Diffstat (limited to 'libavcodec/x86/dsputil.asm')
-rw-r--r-- | libavcodec/x86/dsputil.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/x86/dsputil.asm b/libavcodec/x86/dsputil.asm index 0ed64aa458..c9118a1c8c 100644 --- a/libavcodec/x86/dsputil.asm +++ b/libavcodec/x86/dsputil.asm @@ -1168,10 +1168,8 @@ ALIGN 16 INIT_XMM sse VECTOR_FMUL_REVERSE -%if HAVE_AVX_EXTERNAL INIT_YMM avx VECTOR_FMUL_REVERSE -%endif ;----------------------------------------------------------------------------- ; vector_fmul_add(float *dst, const float *src0, const float *src1, @@ -1198,10 +1196,8 @@ ALIGN 16 INIT_XMM sse VECTOR_FMUL_ADD -%if HAVE_AVX_EXTERNAL INIT_YMM avx VECTOR_FMUL_ADD -%endif ;----------------------------------------------------------------------------- ; void ff_butterflies_float_interleave(float *dst, const float *src0, @@ -1244,10 +1240,8 @@ cglobal butterflies_float_interleave, 4,4,3, dst, src0, src1, len INIT_XMM sse BUTTERFLIES_FLOAT_INTERLEAVE -%if HAVE_AVX_EXTERNAL INIT_YMM avx BUTTERFLIES_FLOAT_INTERLEAVE -%endif INIT_XMM sse2 ; %1 = aligned/unaligned |