Skip to content

Commit

Permalink
disable sse for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
marcdegraef committed Dec 12, 2023
1 parent 85aba34 commit b15fcf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/unix/Linux_EMsoftOO_SDK.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ if(NOT DEFINED EMsoftOO_FIRST_CONFIGURE)
message(STATUS "* EMsoft First Configuration Run *")
message(STATUS "* EMsoftOO_SDK Loading from ${CMAKE_CURRENT_LIST_DIR} *")
message(STATUS "*******************************************************")
set(CMAKE_CXX_FLAGS "-std=c++11 -mfpmath=sse" CACHE STRING "" FORCE)
# set(CMAKE_CXX_FLAGS "-std=c++11 -mfpmath=sse" CACHE STRING "" FORCE)
set(CMAKE_CXX_FLAGS "-std=c++11" CACHE STRING "" FORCE)
set(CMAKE_CXX_STANDARD 14 CACHE STRING "" FORCE)
set(CMAKE_CXX_STANDARD_REQUIRED ON CACHE STRING "" FORCE)
endif()
Expand Down

0 comments on commit b15fcf0

Please sign in to comment.