mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +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 b = -0x1.0p23f;
|
||||
out[0] = (a + 0x1.fffffep-1f == a) && (b - 0x1.fffffep-1f == b);
|
||||
"})";
|
||||
})";
|
||||
|
||||
clProgramWrapper query;
|
||||
clKernelWrapper kernel;
|
||||
|
||||
Reference in New Issue
Block a user