summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl')
-rw-r--r--src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl b/src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl
index b1b24810..9bbca104 100644
--- a/src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl
+++ b/src/crypto/fipsmodule/modes/asm/ghashv8-armx.pl
@@ -66,11 +66,7 @@ $code=<<___;
.text
___
-$code.=<<___ if ($flavour =~ /64/);
-#if !defined(__clang__) || defined(BORINGSSL_CLANG_SUPPORTS_DOT_ARCH)
-.arch armv8-a+crypto
-#endif
-___
+$code.=".arch armv8-a+crypto\n" if ($flavour =~ /64/);
$code.=<<___ if ($flavour !~ /64/);
.fpu neon
.code 32