Skip to content

Commit

Permalink
Fix permanently disabled optimizations in CMake (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
nocun committed Jun 24, 2021
1 parent 75e6c3e commit c583ece
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,6 @@ if(COMPILER_SUPPORTS_MARCH_NATIVE)
set(MARCH_NATIVE_OPT ON)
endif()

# Flags for SIMD support
set(HAVE_AVX FALSE)
set(HAVE_AVX2 FALSE)
set(HAVE_FMA FALSE)
set(HAVE_SSE4_1 FALSE)
set(HAVE_NEON FALSE)

if (CMAKE_SYSTEM_PROCESSOR MATCHES "arm64|aarch64.*|AARCH64.*")
set(AARCH64 TRUE)
endif()
Expand Down

0 comments on commit c583ece

Please sign in to comment.