WIP
Change-Id: I874b1becf3b4334efe95742fec441fe555f61bf2
This commit is contained in:
parent
1bb081fd8e
commit
77f0c0b35d
4
third_party/sike/asm/fp-x86_64.pl
vendored
4
third_party/sike/asm/fp-x86_64.pl
vendored
@ -661,7 +661,7 @@ ${PREFIX}_mpdblsubx2_asm:
|
||||
# Montgomery multiplication
|
||||
# 503-bit multiplication using Karatsuba
|
||||
# (one level), schoolbook (one level)
|
||||
.mul_mulx_asm:
|
||||
OZAPTFmul_mulx_asm:
|
||||
.cfi_startproc
|
||||
# sike_mpmul has already pushed r12--15 by this point..cfi_adjust_cfa_offset 32
|
||||
.cfi_adjust_cfa_offset 32
|
||||
@ -869,7 +869,7 @@ $code.=<<___ if ($addx);
|
||||
mov 8(%rcx), %rcx
|
||||
and \$0x80100, %ecx
|
||||
cmp \$0x80100, %ecx
|
||||
je .mul_mulx_asm
|
||||
je OZAPTFmul_mulx_asm
|
||||
|
||||
___
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user