Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/aes/asm/aesv8-armx.pl')
-rw-r--r--crypto/aes/asm/aesv8-armx.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes/asm/aesv8-armx.pl b/crypto/aes/asm/aesv8-armx.pl
index 2ef40ba2..2e06ee33 100644
--- a/crypto/aes/asm/aesv8-armx.pl
+++ b/crypto/aes/asm/aesv8-armx.pl
@@ -52,7 +52,7 @@ $code=<<___;
___
$code.=<<___ if ($flavour =~ /64/);
#if defined(ANDROID) || !defined(__clang__)
-.arch armv8-a+crypto
+.arch armv8-a+crypto,+neon
#endif
___
$code.=".arch armv7-a\n.fpu neon\n.code 32\n" if ($flavour !~ /64/);