Skip to content

Commit

Permalink
Merge pull request #713 from argilo/magnitude-tol
Browse files Browse the repository at this point in the history
Allow for rounding error in volk_32fc_s32f_magnitude_16i
  • Loading branch information
jdemel authored Dec 10, 2023
2 parents 0354f37 + 1828eae commit b89686f
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 b89686f

Please sign in to comment.