Skip to content

Commit 2d5904d

Browse files
committed
Revert "[SYCL][E2E] Fix floating point division precision test on MSVC (intel#12144)"
This reverts commit f83c904.
1 parent ba44e2e commit 2d5904d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test-e2e/Basic/float_division_precise.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// DEFINE: %{preciseflag} = %if cl_options %{/fp:precise%} %else %{-ffp-model=precise%}
2-
3-
// RUN: %{build} %{preciseflag} -o %t.out
1+
// RUN: %{build} -ffp-model=precise -o %t.out
42
// RUN: %{run} %t.out
53

64
// Tests that -ffp-model=precise causes floating point division to be the same

0 commit comments

Comments
 (0)