summaryrefslogtreecommitdiffstats
path: root/crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl')
-rw-r--r--crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl b/crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
index 0de7a86d22..e9f50cddfd 100644
--- a/crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
+++ b/crypto/modes/asm/aes-gcm-armv8-unroll8_64.pl
@@ -174,7 +174,7 @@ $code=<<___;
#if __ARM_MAX_ARCH__>=8
___
-$code.=".arch armv8.2-a+crypto\n.text\n";
+$code.=".arch armv8-a+crypto\n.text\n";
$input_ptr="x0"; #argument block
$bit_length="x1";