summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2011-11-07 21:54:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-07 22:35:55 +0100
commit22e25c002e103e52ace35703423e896b08b51aef (patch)
tree23bbbc22a613dcbbd33ef45499b504ac7d169d64 /libavutil
parente32aaba3581a8ffd0737c9c00d2a42533687952b (diff)
mpegaudiodec: add SSE-optimized imdct36()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/x86/x86inc.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86/x86inc.asm b/libavutil/x86/x86inc.asm
index 31f74b9b3e..842a2ccd27 100644
--- a/libavutil/x86/x86inc.asm
+++ b/libavutil/x86/x86inc.asm
@@ -919,6 +919,8 @@ AVX_INSTR minss, 1, 0, 1
AVX_INSTR movsd, 1, 0, 0
AVX_INSTR movss, 1, 0, 0
AVX_INSTR mpsadbw, 0, 1, 0
+AVX_INSTR movhlps, 1, 0, 0
+AVX_INSTR movlhps, 1, 0, 0
AVX_INSTR mulpd, 1, 0, 1
AVX_INSTR mulps, 1, 0, 1
AVX_INSTR mulsd, 1, 0, 1