summaryrefslogtreecommitdiff
path: root/win-x86_64
diff options
context:
space:
mode:
authorRobert Sloan <varomodt@google.com>2017-02-06 08:36:14 -0800
committerRob Sloan <varomodt@google.com>2017-02-06 16:52:08 +0000
commit4d1ac508237e73d6596202e4fa36d93ecf2321d8 (patch)
tree3896df97237dd9df2d08b8984f90f8d88d332c54 /win-x86_64
parentc0dedc036b11ab0067f7ceb2e6d9105eec098f89 (diff)
downloadboringssl-4d1ac508237e73d6596202e4fa36d93ecf2321d8.tar.gz
external/boringssl: Sync to b2ff2623a88a65fd4db42d3820f3d8c64e8ab180.
This includes the following changes: https://boringssl.googlesource.com/boringssl/+log/6d50f475e319de153a43e1dba5a1beca95948c63..b2ff2623a88a65fd4db42d3820f3d8c64e8ab180 Change-Id: I649281e093369d99e863b4882a2ff6a5ad8a64d1 Test: ATP's cts/libcore/gce-net (go/gce-net)
Diffstat (limited to 'win-x86_64')
-rw-r--r--win-x86_64/crypto/bn/x86_64-mont5.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/win-x86_64/crypto/bn/x86_64-mont5.asm b/win-x86_64/crypto/bn/x86_64-mont5.asm
index cd9a6e5d..58f19ac2 100644
--- a/win-x86_64/crypto/bn/x86_64-mont5.asm
+++ b/win-x86_64/crypto/bn/x86_64-mont5.asm
@@ -1868,6 +1868,7 @@ $L$8x_tail:
ALIGN 32
$L$8x_tail_done:
+ xor rax,rax
add r8,QWORD[rdx]
adc r9,0
adc r10,0
@@ -1876,9 +1877,7 @@ $L$8x_tail_done:
adc r13,0
adc r14,0
adc r15,0
-
-
- xor rax,rax
+ adc rax,0
neg rsi
$L$8x_no_tail: