aboutsummaryrefslogtreecommitdiff
path: root/test_conformance/math_brute_force/i_unary_double.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test_conformance/math_brute_force/i_unary_double.cpp')
-rw-r--r--test_conformance/math_brute_force/i_unary_double.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test_conformance/math_brute_force/i_unary_double.cpp b/test_conformance/math_brute_force/i_unary_double.cpp
index 3d6ce152..953c33bb 100644
--- a/test_conformance/math_brute_force/i_unary_double.cpp
+++ b/test_conformance/math_brute_force/i_unary_double.cpp
@@ -50,11 +50,6 @@ int TestFunc_Int_Double(const Func *f, MTdata d, bool relaxedMode)
logFunctionInfo(f->name, sizeof(cl_double), 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
@@ -227,6 +222,5 @@ int TestFunc_Int_Double(const Func *f, MTdata d, bool relaxedMode)
vlog("\n");
exit:
- RestoreFPState(&oldMode);
return error;
}