diff --git a/tests/test_gpu.cpp b/tests/test_gpu.cpp index 6e06419..2fbd28f 100644 --- a/tests/test_gpu.cpp +++ b/tests/test_gpu.cpp @@ -3,8 +3,8 @@ #include "test_utils.hpp" -TEST_CASE("sinf") { test_sinf(1e-1f); } +TEST_CASE("sinf") { test_sinf(1e-6f); } -TEST_CASE("cosf") { test_cosf(1e-1f); } +TEST_CASE("cosf") { test_cosf(1e-6f); } -TEST_CASE("sincosf") { test_sincosf(1e-1f); } +TEST_CASE("sincosf") { test_sincosf(1e-6f); }