ref: 14bc7731996cd27f1d2193d2f841e92ae8fad703
parent: e8860693eaaa606f865ab3166ae09fba32235beb
author: James Zern <[email protected]>
date: Tue Jul 15 19:34:16 EDT 2014
sixtap_predict_test: enable NEON tests the offending assembly code was deleted in: 08e38f0 VP8 for ARMv8 by using NEON intrinsics 14 the intrinsics currently pass. fixes issue #725 Change-Id: I43e4263bef21f9d9008c51ffdfa39fcf10b8e776
--- a/test/sixtap_predict_test.cc
+++ b/test/sixtap_predict_test.cc
@@ -199,7 +199,7 @@
const SixtapPredictFunc sixtap_8x8_neon = vp8_sixtap_predict8x8_neon;
const SixtapPredictFunc sixtap_8x4_neon = vp8_sixtap_predict8x4_neon;
INSTANTIATE_TEST_CASE_P(
- DISABLED_NEON, SixtapPredictTest, ::testing::Values(
+ NEON, SixtapPredictTest, ::testing::Values(
make_tuple(16, 16, sixtap_16x16_neon),
make_tuple(8, 8, sixtap_8x8_neon),
make_tuple(8, 4, sixtap_8x4_neon)));