diff options
author | Nick Foster | 2011-11-28 19:16:57 -0800 |
---|---|---|
committer | Josh Blum | 2011-12-01 09:12:39 -0500 |
commit | bb8f6c8115d39205ea566bf6b70f391f83168a4c (patch) | |
tree | 7f382f1008e632af068bf356b112703ee8c1d1fe | |
parent | b61e2276d60386143874cc884572e0dc6697ea73 (diff) | |
download | gnuradio-bb8f6c8115d39205ea566bf6b70f391f83168a4c.tar.gz gnuradio-bb8f6c8115d39205ea566bf6b70f391f83168a4c.tar.bz2 gnuradio-bb8f6c8115d39205ea566bf6b70f391f83168a4c.zip |
Volk: remove index max horizontal star from test, it shouldn't be there either
-rw-r--r-- | volk/lib/testqa.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |