mirror of https://github.com/PCSX2/pcsx2.git
3rdparty/soundtouch: Enable NEON on ARM64
This commit is contained in:
parent
21897414ac
commit
a703076720
|
@ -42,5 +42,9 @@ if(NOT "${CMAKE_BUILD_TYPE}" MATCHES "Debug")
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(_M_ARM64)
|
||||
target_compile_definitions(pcsx2-soundtouch PRIVATE SOUNDTOUCH_USE_NEON)
|
||||
endif()
|
||||
|
||||
add_library(SoundTouch::SoundTouch ALIAS pcsx2-soundtouch)
|
||||
|
||||
|
|
Loading…
Reference in New Issue