Skip to content

Commit

Permalink
Add back volk_32f_exp_32f test
Browse files Browse the repository at this point in the history
Signed-off-by: Clayton Smith <argilo@gmail.com>
  • Loading branch information
argilo committed Oct 24, 2023
1 parent e853e9b commit 2c5c733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kernel_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ std::vector<volk_test_case_t> init_test_list(volk_test_params_t test_params)
QA(VOLK_INIT_TEST(volk_32u_reverse_32u, test_params))
QA(VOLK_INIT_TEST(volk_32f_tanh_32f, test_params_inacc))
QA(VOLK_INIT_TEST(volk_32fc_x2_s32fc_multiply_conjugate_add_32fc, test_params))
QA(VOLK_INIT_TEST(volk_32f_exp_32f, test_params))
QA(VOLK_INIT_PUPP(
volk_32f_s32f_mod_rangepuppet_32f, volk_32f_s32f_s32f_mod_range_32f, test_params))
QA(VOLK_INIT_PUPP(
Expand Down

0 comments on commit 2c5c733

Please sign in to comment.