asin_acos.cpp (350B)
1 /** 2 * KFR (https://www.kfrlib.com) 3 * Copyright (C) 2016-2023 Dan Cazarin 4 * See LICENSE.txt for details 5 */ 6 #include "../numeric_tests.hpp" 7 8 #include <kfr/math/asin_acos.hpp> 9 10 namespace kfr 11 { 12 inline namespace CMT_ARCH_NAME 13 { 14 KFR_AUTO_TEST_1(asin, narrow, 6, 1) 15 KFR_AUTO_TEST_1(acos, narrow, 800, 1) 16 } // namespace CMT_ARCH_NAME 17 18 } // namespace kfr