disabled SPECK defaulting to NEON support on ARM (#602)

This commit is contained in:
Logan oos Even
2021-01-26 21:23:08 +05:45
committed by GitHub
parent 2fbbafc88d
commit 3574865bf0
3 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -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>