Skip to content
Snippets Groups Projects
Commit 5a9f36d3 authored by Parag Salasakar's avatar Parag Salasakar Committed by Gerrit Code Review
Browse files

Merge "mips msa vpx subtract test added"

parents 457a87d9 4bfe3bdf
No related branches found
No related tags found
No related merge requests found
......@@ -101,5 +101,9 @@ INSTANTIATE_TEST_CASE_P(SSE2, VP9SubtractBlockTest,
INSTANTIATE_TEST_CASE_P(NEON, VP9SubtractBlockTest,
::testing::Values(vpx_subtract_block_neon));
#endif
#if HAVE_MSA
INSTANTIATE_TEST_CASE_P(MSA, VP9SubtractBlockTest,
::testing::Values(vpx_subtract_block_msa));
#endif
} // namespace vp9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment