summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/dsputil_yasm.asm
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-07-25 20:52:16 -0700
committerRonald S. Bultje <rsbultje@gmail.com>2012-07-26 13:43:16 -0700
commit30b45d9c38e867457c805b5c008a50f9db16fcda (patch)
treec49c5c666da4dba1ff5d810212bb81e5d1373199 /libavcodec/x86/dsputil_yasm.asm
parent8ea1459bc32b55441fb49311fcee4f9f0fcf39b9 (diff)
downloadffmpeg-streaming-30b45d9c38e867457c805b5c008a50f9db16fcda.zip
ffmpeg-streaming-30b45d9c38e867457c805b5c008a50f9db16fcda.tar.gz
x86inc: automatically insert vzeroupper for YMM functions.
Diffstat (limited to 'libavcodec/x86/dsputil_yasm.asm')
-rw-r--r--libavcodec/x86/dsputil_yasm.asm14
1 files changed, 0 insertions, 14 deletions
diff --git a/libavcodec/x86/dsputil_yasm.asm b/libavcodec/x86/dsputil_yasm.asm
index 077f3a0..70a0aa1 100644
--- a/libavcodec/x86/dsputil_yasm.asm
+++ b/libavcodec/x86/dsputil_yasm.asm
@@ -1158,12 +1158,7 @@ ALIGN 16
add src1q, 2*mmsize
sub lenq, 2*mmsize
jge .loop
-%if mmsize == 32
- vzeroupper
- RET
-%else
REP_RET
-%endif
%endmacro
INIT_XMM sse
@@ -1193,12 +1188,7 @@ ALIGN 16
sub lenq, 2*mmsize
jge .loop
-%if mmsize == 32
- vzeroupper
- RET
-%else
REP_RET
-%endif
%endmacro
INIT_XMM sse
@@ -1243,10 +1233,6 @@ cglobal butterflies_float_interleave, 4,4,3, dst, src0, src1, len
%endif
add lenq, mmsize
jl .loop
-%if mmsize == 32
- vzeroupper
- RET
-%endif
.end:
REP_RET
%endmacro
OpenPOWER on IntegriCloud