Skip to content

Commit 29323f4

Browse files
Use -fno-fast-math
1 parent f5a2daa commit 29323f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/cython/usm_memory/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def build_extensions(self):
6666
"-Wall",
6767
"-Wextra",
6868
"-fsycl",
69+
"-fno-fast-math",
6970
],
7071
extra_link_args=["-fPIC"],
7172
language="c++",

0 commit comments

Comments
 (0)