Skip to content

Commit b00a0de

Browse files
committed
remove the -mfma flag in when the host has AVX.
1 parent ae0b1de commit b00a0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/system.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if (DEFINED TARGET)
174174
endif()
175175
if (DEFINED HAVE_AVX)
176176
if (NOT NO_AVX)
177-
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx -mfma")
177+
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx")
178178
endif()
179179
endif()
180180
if (DEFINED HAVE_AVX2)

0 commit comments

Comments
 (0)