diff --git a/test_conformance/spirv_new/test_op_fmath.cpp b/test_conformance/spirv_new/test_op_fmath.cpp index 853bab38..3cf01837 100644 --- a/test_conformance/spirv_new/test_op_fmath.cpp +++ b/test_conformance/spirv_new/test_op_fmath.cpp @@ -178,9 +178,10 @@ int test_fmath(cl_device_id deviceID, TEST_FMATH_FUNC(TYPE, fsub, MODE) \ TEST_FMATH_FUNC(TYPE, fmul, MODE) \ TEST_FMATH_FUNC(TYPE, fdiv, MODE) \ -// disable those tests until we figure out what the precision requierements are -// TEST_FMATH_FUNC(TYPE, frem, MODE) \ -// TEST_FMATH_FUNC(TYPE, fmod, MODE) \ + // disable those tests until we figure out what the precision requirements + // are + // TEST_FMATH_FUNC(TYPE, frem, MODE) + // TEST_FMATH_FUNC(TYPE, fmod, MODE) #define TEST_FMATH_TYPE(TYPE) \ TEST_FMATH_MODE(TYPE, regular) \