Skip to content

Commit

Permalink
removes -mfpmath=sse c++ compiler directive
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef committed Feb 6, 2023
1 parent 538ad2f commit 09f2041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/apple/OSX_EMsoft_SDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ if(NOT DEFINED EMsoft_FIRST_CONFIGURE)
message(STATUS "* EMsoft_SDK Loading from ${CMAKE_CURRENT_LIST_DIR} *")
message(STATUS "*******************************************************")
if("${CMAKE_HOST_SYSTEM_PROCESSOR}" STREQUAL "x86_64")
set(CMAKE_CXX_FLAGS_INIT "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wno-inconsistent-missing-override -mfpmath=sse")
# set(CMAKE_CXX_FLAGS_INIT "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wno-inconsistent-missing-override -mfpmath=sse")
set(CMAKE_CXX_FLAGS_INIT "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wno-inconsistent-missing-override")
set(CMAKE_OSX_ARCHITECTURES "x86_64")
else()
set(CMAKE_CXX_FLAGS_INIT "-Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wno-inconsistent-missing-override")
Expand Down

0 comments on commit 09f2041

Please sign in to comment.