Fix #111162: Overlay drawing issues due to shared library using fastmath #111708

Merged
Xavier Hallade merged 1 commits from xavierh/blender:nofastmath into main 2023-08-31 10:43:35 +02:00
1 changed files with 6 additions and 1 deletions

View File

@ -857,8 +857,13 @@ if(WITH_CYCLES_DEVICE_ONEAPI)
-fsycl-max-parallel-link-jobs=${SYCL_OFFLINE_COMPILER_PARALLEL_JOBS}
-shared
-DWITH_ONEAPI
-ffast-math
-O2
-fno-fast-math
-ffp-contract=fast
-fassociative-math
-freciprocal-math
-fno-signed-zeros
-ffinite-math-only
-D__KERNEL_LOCAL_ATOMIC_SORT__
-o"${cycles_kernel_oneapi_lib}"
-I"${CMAKE_CURRENT_SOURCE_DIR}/.."