mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-23 20:15:19 -07:00
__ARM_NEON is enough
This commit is contained in:
parent
db64ee1787
commit
c9d80901bf
@ -12,7 +12,7 @@
|
||||
|
||||
#include "private/common.h"
|
||||
|
||||
#if (defined(__ARM_NEON_FP) || defined(__aarch64__)) && defined(__ARM_FEATURE_CRYPTO)
|
||||
#if (defined(__ARM_NEON) || defined(__aarch64__)) && defined(__ARM_FEATURE_CRYPTO)
|
||||
# include <arm_neon.h>
|
||||
|
||||
static inline void
|
||||
|
Loading…
Reference in New Issue
Block a user