summaryrefslogtreecommitdiff
path: root/vp9
diff options
context:
space:
mode:
authorJohann Koenig <johannkoenig@google.com>2017-11-08 16:28:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-08 16:28:40 +0000
commitcf8039c25f3e275ef4f2ca350fcd42680b9413d3 (patch)
tree823648b1fe1522a1d93e0a36e4f389609d399e82 /vp9
parent6fbc354c97ca45754a76674dba5f6b43c2b0c15a (diff)
parentb383a17fa4c36a4242816ba6a1c57dca46d042d6 (diff)
downloadlibvpx-cf8039c25f3e275ef4f2ca350fcd42680b9413d3.tar
libvpx-cf8039c25f3e275ef4f2ca350fcd42680b9413d3.tar.gz
libvpx-cf8039c25f3e275ef4f2ca350fcd42680b9413d3.tar.bz2
libvpx-cf8039c25f3e275ef4f2ca350fcd42680b9413d3.zip
Merge "Support building AVX-512 and implement sadx4 for AVX-512"
Diffstat (limited to 'vp9')
-rw-r--r--vp9/common/vp9_rtcd_defs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/vp9/common/vp9_rtcd_defs.pl b/vp9/common/vp9_rtcd_defs.pl
index 28ae15a8b..32147dd52 100644
--- a/vp9/common/vp9_rtcd_defs.pl
+++ b/vp9/common/vp9_rtcd_defs.pl
@@ -30,6 +30,7 @@ if ($opts{arch} eq "x86_64") {
$ssse3_x86_64 = 'ssse3';
$avx_x86_64 = 'avx';
$avx2_x86_64 = 'avx2';
+ $avx512_x86_64 = 'avx512';
}
#