Fix compilation error in rtz mode detection (#1163)

This commit is contained in:
doe300
2021-02-17 09:57:02 +01:00
committed by GitHub
parent b398f8c1b2
commit 901f4db449

View File

@@ -1658,7 +1658,7 @@ static int IsInRTZMode(void)
volatile float a = 0x1.0p23f;
volatile float b = -0x1.0p23f;
out[0] = (a + 0x1.fffffep-1f == a) && (b - 0x1.fffffep-1f == b);
"})";
})";
clProgramWrapper query;
clKernelWrapper kernel;