Skip to content

Commit ee566b6

Browse files
committed
[SYCL][ESIMD][E2E] Fix warning in fast math test
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 9073865 commit ee566b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/ESIMD/ext_math_fast.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// DEFINE: %{slpflags} = %if cl_options %{/clang:-fno-slp-vectorize%} %else %{-fno-slp-vectorize%}
9-
// RUN: %{build} -fsycl-device-code-split=per_kernel -ffast-math %{slpflags} -o %t.out
9+
// RUN: %{build} -fsycl-device-code-split=per_kernel -ffast-math -Wno-overriding-option %{slpflags} -o %t.out
1010
// RUN: %{run} %t.out
1111

1212
// This test checks extended math operations. Combinations of

0 commit comments

Comments
 (0)