summaryrefslogtreecommitdiff
path: root/vp9/common/vp9_rtcd_defs.sh
diff options
context:
space:
mode:
authorErik Niemeyer <erik.a.niemeyer@gmail.com>2013-10-29 09:48:12 -0600
committerJohann <johannkoenig@google.com>2013-10-29 15:11:16 -0700
commite6863ef3185faf90e7be2c7f2c90bce0c08da1eb (patch)
treeffd14cebe6f3f9c6dab4b620f5e0aa1d13d89602 /vp9/common/vp9_rtcd_defs.sh
parent7795c1911e9029a2d72dad730e122d9f58c51ae9 (diff)
downloadlibvpx-e6863ef3185faf90e7be2c7f2c90bce0c08da1eb.tar
libvpx-e6863ef3185faf90e7be2c7f2c90bce0c08da1eb.tar.gz
libvpx-e6863ef3185faf90e7be2c7f2c90bce0c08da1eb.tar.bz2
libvpx-e6863ef3185faf90e7be2c7f2c90bce0c08da1eb.zip
CL for adding AVX-AVX2 support in libvpx.
Change-Id: Idc03f3fca4bf2d0afd33631ea1d3caf8fc34ec29
Diffstat (limited to 'vp9/common/vp9_rtcd_defs.sh')
-rw-r--r--vp9/common/vp9_rtcd_defs.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/vp9/common/vp9_rtcd_defs.sh b/vp9/common/vp9_rtcd_defs.sh
index 2d9fbff97..862933826 100644
--- a/vp9/common/vp9_rtcd_defs.sh
+++ b/vp9/common/vp9_rtcd_defs.sh
@@ -22,10 +22,11 @@ forward_decls vp9_common_forward_decls
# x86inc.asm doesn't work if pic is enabled on 32 bit platforms so no assembly.
[ "$CONFIG_USE_X86INC" = "yes" ] && mmx_x86inc=mmx && sse_x86inc=sse &&
- sse2_x86inc=sse2 && ssse3_x86inc=ssse3
+ sse2_x86inc=sse2 && ssse3_x86inc=ssse3 && avx_x86inc=avx && avx2_x86inc=avx2
# this variable is for functions that are 64 bit only.
-[ $arch = "x86_64" ] && mmx_x86_64=mmx && sse2_x86_64=sse2 && ssse3_x86_64=ssse3
+[ $arch = "x86_64" ] && mmx_x86_64=mmx && sse2_x86_64=sse2 &&
+ ssse3_x86_64=ssse3 && avx_x86_64=avx && avx2_x86_64=avx2
#
# RECON