Skip to content

Commit

Permalink
Revert ICC compiler option changes
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 b250534 commit bcd93ec
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=strict")
add_compile_options("-fp-model=precise")
# 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 bcd93ec

Please sign in to comment.