aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/math_brute_force/i_unary_float.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/math_brute_force/i_unary_float.cpp')
-rw-r--r--test_conformance/math_brute_force/i_unary_float.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test_conformance/math_brute_force/i_unary_float.cpp b/test_conformance/math_brute_force/i_unary_float.cpp
index 94ebc66a..0ce37cc8 100644
--- a/test_conformance/math_brute_force/i_unary_float.cpp
+++ b/test_conformance/math_brute_force/i_unary_float.cpp
@@ -49,11 +49,6 @@ int TestFunc_Int_Float(const Func *f, MTdata d, bool relaxedMode)
logFunctionInfo(f->name, sizeof(cl_float), relaxedMode);
- // This test is not using ThreadPool so we need to disable FTZ here
- // for reference computations
- FPU_mode_type oldMode;
- DisableFTZ(&oldMode);
-
Force64BitFPUPrecision();
// Init the kernels
@@ -225,6 +220,5 @@ int TestFunc_Int_Float(const Func *f, MTdata d, bool relaxedMode)
vlog("\n");
exit:
- RestoreFPState(&oldMode);
return error;
}