mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #11360 from shuffle2/vs
msvc: remove workaround for arm64 sha1 compiler bug
This commit is contained in:
@ -138,14 +138,6 @@ add_library(common
|
||||
WorkQueueThread.h
|
||||
)
|
||||
|
||||
if(MSVC AND _M_ARM_64)
|
||||
# Workaround msvc arm64 optimizer bug
|
||||
# TODO remove after updating to VS 17.4
|
||||
set_source_files_properties(
|
||||
Crypto/SHA1.cpp
|
||||
PROPERTIES COMPILE_FLAGS "/d2ssa-peeps-post-color-")
|
||||
endif()
|
||||
|
||||
if(NOT MSVC AND _M_ARM_64)
|
||||
set_source_files_properties(
|
||||
Crypto/AES.cpp
|
||||
|
Reference in New Issue
Block a user