remove the -mfma flag in when the host has AVX.
This commit is contained in:
@@ -174,7 +174,7 @@ if (DEFINED TARGET)
|
||||
endif()
|
||||
if (DEFINED HAVE_AVX)
|
||||
if (NOT NO_AVX)
|
||||
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx -mfma")
|
||||
set (KERNEL_DEFINITIONS "${KERNEL_DEFINITIONS} -mavx")
|
||||
endif()
|
||||
endif()
|
||||
if (DEFINED HAVE_AVX2)
|
||||
|
||||
Reference in New Issue
Block a user