mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-09 20:33:03 +01:00
Merge branch 'diizzyy-master-patch-90177' into 'master'
CMake: Add aarch64 as identifier for ARM 64-bit See merge request soundtouch/soundtouch!21
This commit is contained in:
commit
e016ebfcd5
@ -59,7 +59,7 @@ else()
|
||||
target_compile_definitions(SoundTouch PRIVATE SOUNDTOUCH_FLOAT_SAMPLES)
|
||||
endif()
|
||||
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(armv7.*|armv8.*)$")
|
||||
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^(armv7.*|armv8.*|aarch64.*)$")
|
||||
set(NEON_CPU ON)
|
||||
else()
|
||||
set(NEON_CPU OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user