3rdparty/soundtouch: Enable NEON on ARM64

This commit is contained in:
Stenzek 2024-03-21 16:10:48 +10:00 committed by Connor McLaughlin
parent 21897414ac
commit a703076720
1 changed files with 4 additions and 0 deletions

View File

@ -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)