summaryrefslogtreecommitdiff
path: root/test/hadamard_test.cc
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2019-09-28 13:12:49 -0700
committerJames Zern <jzern@google.com>2019-09-30 11:13:29 -0700
commitfad865c54ad99ada3e53ea4a290688f0c56aa15d (patch)
tree2878dfe8b6fe4a65f4a1e84419fefb147ad7540a /test/hadamard_test.cc
parent4f69df9969745c3bec295edbb5514a2cc04c7e26 (diff)
downloadlibvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.tar
libvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.tar.gz
libvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.tar.bz2
libvpx-fad865c54ad99ada3e53ea4a290688f0c56aa15d.zip
namespace ARCH_* defines
this prevents redefinition warnings if a toolchain sets one BUG=b/117240165 Change-Id: Ib5d8c303cd05b4dbcc8d42c71ecfcba8f6d7b90c
Diffstat (limited to 'test/hadamard_test.cc')
-rw-r--r--test/hadamard_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hadamard_test.cc b/test/hadamard_test.cc
index b194ace67..6b7aae3d5 100644
--- a/test/hadamard_test.cc
+++ b/test/hadamard_test.cc
@@ -254,11 +254,11 @@ INSTANTIATE_TEST_CASE_P(
HadamardFuncWithSize(&vpx_hadamard_32x32_avx2, 32)));
#endif // HAVE_AVX2
-#if HAVE_SSSE3 && ARCH_X86_64
+#if HAVE_SSSE3 && VPX_ARCH_X86_64
INSTANTIATE_TEST_CASE_P(
SSSE3, HadamardLowbdTest,
::testing::Values(HadamardFuncWithSize(&vpx_hadamard_8x8_ssse3, 8)));
-#endif // HAVE_SSSE3 && ARCH_X86_64
+#endif // HAVE_SSSE3 && VPX_ARCH_X86_64
#if HAVE_NEON
INSTANTIATE_TEST_CASE_P(