From bb8f6c8115d39205ea566bf6b70f391f83168a4c Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Mon, 28 Nov 2011 19:16:57 -0800 Subject: Volk: remove index max horizontal star from test, it shouldn't be there either --- volk/lib/testqa.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volk/lib/testqa.cc b/volk/lib/testqa.cc index 5c3fd6f70..2cc3cd892 100644 --- a/volk/lib/testqa.cc +++ b/volk/lib/testqa.cc @@ -18,7 +18,7 @@ VOLK_RUN_TESTS(volk_16i_s32f_convert_32f_u, 1e-4, 32768.0, 20460, 10000); VOLK_RUN_TESTS(volk_16i_convert_8i_a, 0, 0, 20460, 10000); VOLK_RUN_TESTS(volk_16i_convert_8i_u, 0, 0, 20460, 10000); //VOLK_RUN_TESTS(volk_16i_max_star_16i_a, 0, 0, 20460, 10000); -VOLK_RUN_TESTS(volk_16i_max_star_horizontal_16i_a, 0, 0, 20460, 10000); +//VOLK_RUN_TESTS(volk_16i_max_star_horizontal_16i_a, 0, 0, 20460, 10000); //VOLK_RUN_TESTS(volk_16i_permute_and_scalar_add_a, 1e-4, 0, 2046, 1000); //VOLK_RUN_TESTS(volk_16i_x4_quad_max_star_16i_a, 1e-4, 0, 2046, 1000); VOLK_RUN_TESTS(volk_16u_byteswap_a, 0, 0, 20460, 10000); -- cgit