Enable back floating-point exceptions for SYCL build
[alexxy/gromacs.git] / src / gromacs / math / utilities.cpp
index 14b7dd38aa52cad73c3050ab2f38534ba363c73a..30e6a3d88f43f01c2b314507f90fcd83c33dde2f 100644 (file)
@@ -146,8 +146,6 @@ bool gmxShouldEnableFPExceptions()
     return false; // Release build
 #elif ((defined __clang__ || (defined(__GNUC__) && __GNUC__ == 7)) && defined __OPTIMIZE__)
     return false; // Buggy compiler
-#elif GMX_GPU_SYCL
-    return false; // avoid spurious FPE during SYCL JIT
 #else
     return true;
 #endif