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