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 f409eb7 commit f6c990eCopy full SHA for f6c990e
sycl/test-e2e/ESIMD/mandelbrot/mandelbrot.cpp
@@ -6,7 +6,8 @@
6
//
7
//===----------------------------------------------------------------------===//
8
// REQUIRES: aspect-ext_intel_legacy_image
9
-// RUN: %{build} -o %t.out
+// DEFINE: %{mathflags} = %if cl_options %{/clang:-fno-fast-math%} %else %{-fno-fast-math%}
10
+// RUN: %{build} %{mathflags} -o %t.out
11
// RUN: %{run} %t.out %T/output.ppm %S/golden_hw.ppm
12
13
#include "../esimd_test_utils.hpp"
0 commit comments