Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not compile for XOP+FMA4 if compiler cannot do it
Fixes the warning below when building with the Intel compiler: CMake Warning at cmake/VcMacros.cmake:503 (message): The following unknown targets where listed in the ONLY list of vc_compile_for_all_implementations: 'SSE+XOP+FMA4;AVX+XOP+FMA4;AVX+XOP+FMA' Call Stack (most recent call first): CMakeLists.txt:121 (vc_compile_for_all_implementations)
- Loading branch information