Skip to content

Commit 2f417b2

Browse files
Use -fno-approx-func instead of -fno-fast-math
1 parent f62d806 commit 2f417b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/backend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
113113
# SYCL related compile options
114114
add_compile_options(-fsycl)
115115
add_compile_options(-fsycl-device-code-split=per_kernel)
116-
add_compile_options(-fno-fast-math)
116+
add_compile_options(-fno-approx-func)
117117
add_link_options(-fsycl)
118118
add_link_options(-fsycl-device-code-split=per_kernel)
119119

0 commit comments

Comments
 (0)