mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 20:15:19 -07:00
__arm__ => __ARM_ARCH
This commit is contained in:
parent
acaed459ce
commit
456a57f235
@ -60,7 +60,7 @@ _sodium_runtime_arm_cpu_features(CPUFeatures * const cpu_features)
|
||||
cpu_features->has_neon = 0;
|
||||
cpu_features->has_armcrypto_aes = 0;
|
||||
|
||||
#ifndef __arm__
|
||||
#ifndef __ARM_ARCH
|
||||
return -1; /* LCOV_EXCL_LINE */
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user