Skip to content

Commit

Permalink
Allow for rounding error in volk_32fc_s32f_magnitude_16i
Browse files Browse the repository at this point in the history
Signed-off-by: Clayton Smith <[email protected]>
  • Loading branch information
argilo committed Dec 8, 2023
1 parent d1b1673 commit 1828eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ std::vector<volk_test_case_t> init_test_list(volk_test_params_t test_params)
QA(VOLK_INIT_TEST(volk_32fc_index_max_32u, test_params))
QA(VOLK_INIT_TEST(volk_32fc_index_min_16u, test_params))
QA(VOLK_INIT_TEST(volk_32fc_index_min_32u, test_params))
QA(VOLK_INIT_TEST(volk_32fc_s32f_magnitude_16i, test_params))
QA(VOLK_INIT_TEST(volk_32fc_s32f_magnitude_16i, test_params.make_tol(1)))
QA(VOLK_INIT_TEST(volk_32fc_magnitude_32f, test_params_inacc_tenth))
QA(VOLK_INIT_TEST(volk_32fc_magnitude_squared_32f, test_params))
QA(VOLK_INIT_TEST(volk_32fc_x2_add_32fc, test_params))
Expand Down

0 comments on commit 1828eae

Please sign in to comment.