We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44e2e commit 2d5904dCopy full SHA for 2d5904d
sycl/test-e2e/Basic/float_division_precise.cpp
@@ -1,6 +1,4 @@
1
-// DEFINE: %{preciseflag} = %if cl_options %{/fp:precise%} %else %{-ffp-model=precise%}
2
-
3
-// RUN: %{build} %{preciseflag} -o %t.out
+// RUN: %{build} -ffp-model=precise -o %t.out
4
// RUN: %{run} %t.out
5
6
// Tests that -ffp-model=precise causes floating point division to be the same
0 commit comments