summaryrefslogtreecommitdiff
path: root/configure
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 /configure
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 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 297cec463..45d5c1204 100755
--- a/configure
+++ b/configure
@@ -234,6 +234,8 @@ ARCH_EXT_LIST="
sse3
ssse3
sse4_1
+ avx
+ avx2
altivec
"
@@ -422,7 +424,7 @@ process_targets() {
fi
# The write_common_config (config.mk) logic is deferred until after the
- # recursive calls to configure complete, becuase we want our universal
+ # recursive calls to configure complete, because we want our universal
# targets to be executed last.
write_common_config_targets
enabled universal && echo "FAT_ARCHS=${fat_bin_archs}" >> config.mk