summaryrefslogtreecommitdiffstats
path: root/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S')
-rw-r--r--third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S b/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S
index 049ccb6..9c63291 100644
--- a/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S
+++ b/third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S
@@ -2,7 +2,9 @@
#if __ARM_MAX_ARCH__>=7
.text
+#if !defined(__clang__)
.arch armv8-a+crypto
+#endif
.align 5
.Lrcon:
.long 0x01,0x01,0x01,0x01