From: Johann <johannkoenig@google.com> Date: Wed, 5 Nov 2014 18:58:26 +0000 (-0800) Subject: vp8 quantize is now in intrinsics, not asm X-Git-Tag: v1.4.0~528^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1b64deef42541ffa3ab3074a0579654b427c86d;p=libvpx vp8 quantize is now in intrinsics, not asm Change-Id: Ie106c5335c9ba5aac81e23150e7026fb6ea6196e --- diff --git a/test/quantize_test.cc b/test/quantize_test.cc index 75be3d29e..3e717ec61 100644 --- a/test/quantize_test.cc +++ b/test/quantize_test.cc @@ -187,9 +187,9 @@ INSTANTIATE_TEST_CASE_P(MEDIA, QuantizeTest, &vp8_fast_quantize_b_c))); #endif // HAVE_MEDIA -#if HAVE_NEON_ASM +#if HAVE_NEON INSTANTIATE_TEST_CASE_P(NEON, QuantizeTest, ::testing::Values(make_tuple(&vp8_fast_quantize_b_neon, &vp8_fast_quantize_b_c))); -#endif // HAVE_NEON_ASM +#endif // HAVE_NEON } // namespace