We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27c2c8d commit 2129770Copy full SHA for 2129770
ggml/src/ggml-cpu/CMakeLists.txt
@@ -591,7 +591,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
591
endif()
592
593
if (CMAKE_CXX_COMPILER_ID STREQUAL "IntelLLVM")
594
- # The compiler automatically enables "-ffast-math" which can cause NaNs in tests due to "fassociative-math"
+ # The compiler automatically enables "-ffast-math" which can cause NaNs in tests due to "-fassociative-math"
595
target_compile_options(${GGML_CPU_NAME} PRIVATE "-fno-associative-math")
596
597
endfunction()
0 commit comments