mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-02-13 07:19:04 -06:00
Remove lzcnt instruction usage. (#151)
This commit is contained in:
@@ -18,6 +18,11 @@ endif()
|
||||
|
||||
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||
|
||||
# Target Sandy Bridge for all projects
|
||||
add_compile_options(
|
||||
-march=sandybridge
|
||||
)
|
||||
|
||||
add_subdirectory(${UNLEASHED_RECOMP_THIRDPARTY_ROOT})
|
||||
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT})
|
||||
|
||||
|
||||
@@ -39,9 +39,7 @@ function(BIN2C)
|
||||
endfunction()
|
||||
|
||||
add_compile_options(
|
||||
-march=sandybridge
|
||||
-fno-strict-aliasing
|
||||
|
||||
-Wno-switch
|
||||
-Wno-unused-function
|
||||
-Wno-unused-variable
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
project("UnleashedRecompLib")
|
||||
|
||||
add_compile_options(
|
||||
-march=sandybridge
|
||||
-mlzcnt
|
||||
-fno-strict-aliasing
|
||||
)
|
||||
|
||||
|
||||
Submodule tools/XenonRecomp updated: 87e350906b...73b75e197a
Reference in New Issue
Block a user