From 901f4db44960703a04f760fc939d5f79bd43b626 Mon Sep 17 00:00:00 2001 From: doe300 Date: Wed, 17 Feb 2021 09:57:02 +0100 Subject: [PATCH] Fix compilation error in rtz mode detection (#1163) --- test_conformance/math_brute_force/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_conformance/math_brute_force/main.cpp b/test_conformance/math_brute_force/main.cpp index 1b63c828..82248da2 100644 --- a/test_conformance/math_brute_force/main.cpp +++ b/test_conformance/math_brute_force/main.cpp @@ -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;