mirror of
https://github.com/ntop/n2n.git
synced 2024-04-21 16:31:34 +00:00
disabled SPECK defaulting to NEON support on ARM (#602)
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ typedef struct {
|
||||
} speck_context_t;
|
||||
|
||||
|
||||
#elif defined (__ARM_NEON) // NEON support ------------------------------------------------------------------------
|
||||
#elif defined (__ARM_NEON) && defined (SPECK_ARM_NEON) // NEON support ---------------------------------------
|
||||
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
Reference in New Issue
Block a user