WIP
Change-Id: I5147c06a5dafd0a46d61394650905393762d2116
This commit is contained in:
parent
9dd4b1568e
commit
d46eed92fd
4
third_party/sike/asm/fp-x86_64.pl
vendored
4
third_party/sike/asm/fp-x86_64.pl
vendored
@ -1352,7 +1352,7 @@ $code.=<<___ if ($bmi2_adx);
|
||||
# Operation: c [rsi] = a [rdi]
|
||||
# NOTE: a=c is not allowed
|
||||
|
||||
.rdc_mulx_asm:
|
||||
OZAPTFrdc_mulx_asm:
|
||||
.cfi_startproc
|
||||
# sike_fprdc has already pushed r12--15 and rbx by this point.
|
||||
.cfi_adjust_cfa_offset 32
|
||||
@ -1533,7 +1533,7 @@ $code.=<<___ if ($bmi2_adx);
|
||||
mov 8(%rcx), %rcx
|
||||
and \$0x80100, %ecx
|
||||
cmp \$0x80100, %ecx
|
||||
je .rdc_mulx_asm
|
||||
je OZAPTFrdc_mulx_asm
|
||||
___
|
||||
|
||||
# Reduction, generic x86 implementation
|
||||
|
Loading…
Reference in New Issue
Block a user