TODO: first changes to add expf

This commit is contained in:
Bram Veenboer
2025-09-01 15:51:50 +02:00
parent 9d3af8c202
commit d7a7af5de9
11 changed files with 76 additions and 1 deletions

View File

@@ -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); }