Per-function target attribute on clang and GCC. (#152)

This commit is contained in:
Tom Lally 2022-09-02 18:10:41 +01:00 committed by GitHub
parent 68fa5b32a1
commit f5972dfbb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 29 deletions

View file

@ -1,9 +1,5 @@
project(CemuCafe)
if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
add_compile_options(-mssse3 -mavx2)
endif()
file(GLOB_RECURSE CPP_FILES *.cpp)
file(GLOB_RECURSE H_FILES *.h)