summaryrefslogtreecommitdiff
path: root/test/sum_squares_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/sum_squares_test.cc')
-rw-r--r--test/sum_squares_test.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/sum_squares_test.cc b/test/sum_squares_test.cc
index 910718b06..e211fb4d8 100644
--- a/test/sum_squares_test.cc
+++ b/test/sum_squares_test.cc
@@ -104,6 +104,13 @@ TEST_P(SumSquaresTest, ExtremeValues) {
using ::testing::make_tuple;
+#if HAVE_NEON
+INSTANTIATE_TEST_CASE_P(
+ NEON, SumSquaresTest,
+ ::testing::Values(make_tuple(&vpx_sum_squares_2d_i16_c,
+ &vpx_sum_squares_2d_i16_neon)));
+#endif // HAVE_NEON
+
#if HAVE_SSE2
INSTANTIATE_TEST_CASE_P(
SSE2, SumSquaresTest,