Skip to content

Commit

Permalink
Remove redundant check
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Rodgman <[email protected]>
  • Loading branch information
daverodgman committed Nov 30, 2023
1 parent 6eee57b commit 059f66c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions library/aesce.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@
# endif
#endif

#if !defined(MBEDTLS_HAVE_NEON_INTRINSICS)
#error "Target does not support NEON instructions"
#endif

#if !(defined(__ARM_FEATURE_CRYPTO) || defined(__ARM_FEATURE_AES)) || \
defined(MBEDTLS_ENABLE_ARM_CRYPTO_EXTENSIONS_COMPILER_FLAG)
# if defined(__ARMCOMPILER_VERSION)
Expand Down

0 comments on commit 059f66c

Please sign in to comment.