Skip to content

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
devreal committed Mar 7, 2017
1 parent 8ee8d9e commit fb358f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ if (NOT BUILD_GENERIC)
OR "${CMAKE_C_COMPILER_ID}" MATCHES "Clang")
set(CC_ENV_SETUP_FLAGS "${CC_ENV_SETUP_FLAGS} -mtune=native")
set(CC_ENV_SETUP_FLAGS "${CC_ENV_SETUP_FLAGS} -march=native")
# TODO: why restrict ourselves to SSE here?
set(CC_ENV_SETUP_FLAGS "${CC_ENV_SETUP_FLAGS} -mfpmath=sse")

set(CXX_ENV_SETUP_FLAGS "${CXX_ENV_SETUP_FLAGS} -mtune=native")
Expand Down

0 comments on commit fb358f6

Please sign in to comment.