Skip to content

Commit

Permalink
Enable SSSE3 for nanors
Browse files Browse the repository at this point in the history
  • Loading branch information
ns6089 committed Jul 7, 2024
1 parent 52bb9bf commit 374485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/targets/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ set_source_files_properties("${CMAKE_SOURCE_DIR}/src/upnp.cpp"
# third-party/nanors
set_source_files_properties("${CMAKE_SOURCE_DIR}/third-party/nanors/rs.c"
DIRECTORY "${CMAKE_SOURCE_DIR}" "${TEST_DIR}"
PROPERTIES COMPILE_FLAGS "-include deps/obl/autoshim.h -ftree-vectorize")
PROPERTIES COMPILE_FLAGS "-include deps/obl/autoshim.h -ftree-vectorize -mssse3 -funroll-loops")

# third-party/ViGEmClient
set(VIGEM_COMPILE_FLAGS "")
Expand Down

0 comments on commit 374485e

Please sign in to comment.