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

Unified Diff: third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S

Issue 1136743004: Roll src/third_party/boringssl/src 68de407:771a138 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months 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
Index: third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S
diff --git a/third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S b/third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S
index adc03918dfc0d34396a9afc9758812aba1b54bdf..ad190747a9039c1c1d5fa2be331bbf680a9aaef6 100644
--- a/third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S
+++ b/third_party/boringssl/linux-aarch64/crypto/modes/ghashv8-armx.S
@@ -1,7 +1,9 @@
#include "arm_arch.h"
.text
+#if !defined(__clang__)
.arch armv8-a+crypto
+#endif
.globl gcm_init_v8
.type gcm_init_v8,%function
.align 4
« no previous file with comments | « third_party/boringssl/linux-aarch64/crypto/aes/aesv8-armx.S ('k') | third_party/boringssl/linux-arm/crypto/aes/aes-armv4.S » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698