Skip to content

Commit

Permalink
dissable SSE for generic
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-foxtrot committed Jan 17, 2024
1 parent 0ae47d7 commit 5e3cac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ elseif(PLATFORM STREQUAL "native")
elseif(PLATFORM STREQUAL "generic")
CHECK_CXX_COMPILER_FLAG(-msse CXX_HAS_SSE)
if(CXX_HAS_SSE)
add_compile_options(-msse)
#add_compile_options(-msse)
endif()
else()
message(FATAL_ERROR "Unknown platform '${PLATFORM}'. Valid options are: rpiv2, native, and generic")
Expand Down

0 comments on commit 5e3cac6

Please sign in to comment.