Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Oct 1, 2021
1 parent 26efd30 commit 549d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ endif()
message(STATUS "BLAS library found: ${BLAS_LIBRARIES}")

if(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64")
if(APPLE OR UNIX))
if(APPLE OR UNIX)
set(SIMD_FLAGS_LIST "-mfma;-mavx2")
enable_cxx_compiler_flag_if_supported("-mpopcnt")
elseif(MSVC)
Expand Down

0 comments on commit 549d2d2

Please sign in to comment.