mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +00:00
Fix compilation error in rtz mode detection (#1163)
This commit is contained in:
@@ -1658,7 +1658,7 @@ static int IsInRTZMode(void)
|
|||||||
volatile float a = 0x1.0p23f;
|
volatile float a = 0x1.0p23f;
|
||||||
volatile float b = -0x1.0p23f;
|
volatile float b = -0x1.0p23f;
|
||||||
out[0] = (a + 0x1.fffffep-1f == a) && (b - 0x1.fffffep-1f == b);
|
out[0] = (a + 0x1.fffffep-1f == a) && (b - 0x1.fffffep-1f == b);
|
||||||
"})";
|
})";
|
||||||
|
|
||||||
clProgramWrapper query;
|
clProgramWrapper query;
|
||||||
clKernelWrapper kernel;
|
clKernelWrapper kernel;
|
||||||
|
|||||||
Reference in New Issue
Block a user