Skip to content

Commit a142ad3

Browse files
committed
Use -ffp-model=fast isntead of Ofast
1 parent 78703d9 commit a142ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Regression/optimization_level_debug_info_specopt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{build} %debug_option -O3 -ffast-math -o %t.out
1+
// RUN: %{build} %debug_option -ffp-model=fast -o %t.out
22
// RUN: %{build} %debug_option -Os -o %t.out
33
// RUN: %{build} %debug_option -Oz -o %t.out
44
// RUN: %{build} %debug_option -Og -o %t.out

0 commit comments

Comments
 (0)