Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(708)

Unified Diff: linux-aarch64/crypto/modes/ghashv8-armx64.S

Issue 2569253003: BoringSSL: Roll generated files forward. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « linux-aarch64/crypto/aes/aesv8-armx64.S ('k') | linux-arm/crypto/aes/aesv8-armx32.S » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: linux-aarch64/crypto/modes/ghashv8-armx64.S
diff --git a/linux-aarch64/crypto/modes/ghashv8-armx64.S b/linux-aarch64/crypto/modes/ghashv8-armx64.S
index f39f3ba870b7d660d1f721c091ed486344bf3799..89d780ff69d2dc3ecbcb80b2cba2489ff824bfff 100644
--- a/linux-aarch64/crypto/modes/ghashv8-armx64.S
+++ b/linux-aarch64/crypto/modes/ghashv8-armx64.S
@@ -2,7 +2,7 @@
#include <openssl/arm_arch.h>
.text
-#if !defined(__clang__)
+#if !defined(__clang__) || defined(BORINGSSL_CLANG_SUPPORTS_DOT_ARCH)
.arch armv8-a+crypto
#endif
.globl gcm_init_v8
« no previous file with comments | « linux-aarch64/crypto/aes/aesv8-armx64.S ('k') | linux-arm/crypto/aes/aesv8-armx32.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698