summaryrefslogtreecommitdiff
path: root/source/libvpx/test/convolve_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'source/libvpx/test/convolve_test.cc')
-rw-r--r--source/libvpx/test/convolve_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/libvpx/test/convolve_test.cc b/source/libvpx/test/convolve_test.cc
index 37ee0ef..cbb4036 100644
--- a/source/libvpx/test/convolve_test.cc
+++ b/source/libvpx/test/convolve_test.cc
@@ -634,7 +634,7 @@ INSTANTIATE_TEST_CASE_P(SSSE3, ConvolveTest, ::testing::Values(
make_tuple(64, 64, &convolve8_ssse3)));
#endif
-#if HAVE_NEON
+#if HAVE_NEON_ASM
const ConvolveFunctions convolve8_neon(
vp9_convolve8_horiz_neon, vp9_convolve8_avg_horiz_neon,
vp9_convolve8_vert_neon, vp9_convolve8_avg_vert_neon,