Skip to content

Commit 2129770

Browse files
authored
Fix comment
1 parent 27c2c8d commit 2129770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ function(ggml_add_cpu_backend_variant_impl tag_name)
591591
endif()
592592

593593
if (CMAKE_CXX_COMPILER_ID STREQUAL "IntelLLVM")
594-
# The compiler automatically enables "-ffast-math" which can cause NaNs in tests due to "fassociative-math"
594+
# The compiler automatically enables "-ffast-math" which can cause NaNs in tests due to "-fassociative-math"
595595
target_compile_options(${GGML_CPU_NAME} PRIVATE "-fno-associative-math")
596596
endif()
597597
endfunction()

0 commit comments

Comments
 (0)