diff options
Diffstat (limited to 'ffmpeg/libswresample/x86/audio_convert.asm')
| -rw-r--r-- | ffmpeg/libswresample/x86/audio_convert.asm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ffmpeg/libswresample/x86/audio_convert.asm b/ffmpeg/libswresample/x86/audio_convert.asm index ad46977..b6e9e5d 100644 --- a/ffmpeg/libswresample/x86/audio_convert.asm +++ b/ffmpeg/libswresample/x86/audio_convert.asm @@ -20,8 +20,7 @@ %include "libavutil/x86/x86util.asm" -SECTION_RODATA -align 32 +SECTION_RODATA 32 flt2pm31: times 8 dd 4.6566129e-10 flt2p31 : times 8 dd 2147483648.0 flt2p15 : times 8 dd 32768.0 @@ -195,7 +194,12 @@ cglobal %2_to_%1_%3, 3, 3, 6, dst, src, len add lenq, 2*mmsize/(1<<%4) %endif jl .next +%if mmsize == 8 + emms + RET +%else REP_RET +%endif %endmacro %macro PACK_6CH 5-7 |
