Skip to content
Snippets Groups Projects
Commit 76bb29c0 authored by Antonio Sanchez's avatar Antonio Sanchez
Browse files

Add -mfma for AVX512DQ tests.

parent 4b6036e2
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ if(NOT MSVC)
option(EIGEN_TEST_AVX512DQ "Enable/Disable AVX512DQ in tests/examples" OFF)
if(EIGEN_TEST_AVX512DQ)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx512dq")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx512dq -mfma")
message(STATUS "Enabling AVX512DQ in tests/examples")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment