diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-08 01:30:30 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-11-09 21:31:31 +0100 |
commit | 4b60fac4199680957b15b7a08c5df47e47c6e25e (patch) | |
tree | bfb448fddfd08eda0cb0137db7fafbeb4879f579 /libavresample | |
parent | 4d1f69f2440041b58d5a31bcfcff83ee3c88ac7e (diff) | |
download | ffmpeg-streaming-4b60fac4199680957b15b7a08c5df47e47c6e25e.zip ffmpeg-streaming-4b60fac4199680957b15b7a08c5df47e47c6e25e.tar.gz |
x86: PALIGNR: port to cpuflags
Diffstat (limited to 'libavresample')
-rw-r--r-- | libavresample/x86/audio_convert.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 567a916..1d125c2 100644 --- a/libavresample/x86/audio_convert.asm +++ b/libavresample/x86/audio_convert.asm @@ -919,10 +919,8 @@ cglobal conv_s16_to_s16p_6ch, 2,7,5, dst, src, dst1, dst2, dst3, dst4, dst5 REP_RET %endmacro -%define PALIGNR PALIGNR_MMX INIT_XMM sse2 CONV_S16_TO_S16P_6CH -%define PALIGNR PALIGNR_SSSE3 INIT_XMM ssse3 CONV_S16_TO_S16P_6CH %if HAVE_AVX_EXTERNAL @@ -1038,10 +1036,8 @@ cglobal conv_s16_to_fltp_6ch, 2,7,7, dst, src, dst1, dst2, dst3, dst4, dst5 REP_RET %endmacro -%define PALIGNR PALIGNR_MMX INIT_XMM sse2 CONV_S16_TO_FLTP_6CH -%define PALIGNR PALIGNR_SSSE3 INIT_XMM ssse3 CONV_S16_TO_FLTP_6CH INIT_XMM sse4 @@ -1160,10 +1156,8 @@ cglobal conv_flt_to_s16p_6ch, 2,7,7, dst, src, dst1, dst2, dst3, dst4, dst5 REP_RET %endmacro -%define PALIGNR PALIGNR_MMX INIT_XMM sse2 CONV_FLT_TO_S16P_6CH -%define PALIGNR PALIGNR_SSSE3 INIT_XMM ssse3 CONV_FLT_TO_S16P_6CH %if HAVE_AVX_EXTERNAL |