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

Unified Diff: third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm

Issue 428753004: BoringSSL: roll DEPS and enable dynamic visibility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix quotes in GN file. Created 6 years, 5 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/win-x86_64/crypto/bn/x86_64-mont.asm
diff --git a/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm b/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm
index ec8ccc4712477522d49524a700b066939207dd5d..76f3ba3925857f2cace52855c76cd989e41f25ca 100644
--- a/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm
+++ b/third_party/boringssl/win-x86_64/crypto/bn/x86_64-mont.asm
@@ -1,5 +1,5 @@
OPTION DOTNAME
-.text$ SEGMENT ALIGN(64) 'CODE'
+.text$ SEGMENT ALIGN(256) 'CODE'
EXTERN OPENSSL_ia32cap_P:NEAR
@@ -594,7 +594,7 @@ $L$sub4x::
mov QWORD PTR[16+r14*8+rdi],rbx
sbb rax,0
-DB 66h, 48h, 0fh, 6eh, 0c0h
+ movq xmm0,rax
punpcklqdq xmm0,xmm0
mov QWORD PTR[24+r14*8+rdi],rbp
xor r14,r14
@@ -640,7 +640,6 @@ $L$mul4x_epilogue::
$L$SEH_end_bn_mul4x_mont::
bn_mul4x_mont ENDP
EXTERN bn_sqr8x_internal:NEAR
-EXTERN bn_sqrx8x_internal:NEAR
ALIGN 32

Powered by Google App Engine
This is Rietveld 408576698