Skip to content

Commit

Permalink
Try tweaking ICC compiler options for testrender
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Kulla <ckulla@gmail.com>
  • Loading branch information
fpsunflower committed Sep 20, 2024
1 parent 854b07f commit b250534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testrender/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ endif()

if (CMAKE_COMPILER_IS_INTELCLANG)
# To better match existing test results
add_compile_options("-fp-model=precise")
add_compile_options("-fp-model=strict")
# Better performance is likely by not requiring a precise floating point
# model, although with slightly different numerical results.
endif ()
Expand Down

0 comments on commit b250534

Please sign in to comment.