TODO: first changes to add expf
This commit is contained in:
@@ -8,3 +8,5 @@ TEST_CASE("sinf") { test_sinf<MKLBackend>(1e-6f); }
|
||||
TEST_CASE("cosf") { test_cosf<MKLBackend>(1e-6f); }
|
||||
|
||||
TEST_CASE("sincosf") { test_sincosf<MKLBackend>(1e-6f); }
|
||||
|
||||
TEST_CASE("expf") { test_expf<MKLBackend>(1e-6f); }
|
||||
Reference in New Issue
Block a user