Change-Id: I96d25ebebaaf226bfd2d45fb5b605f2dfd32a50d
This commit is contained in:
Henry Case 2019-04-20 00:21:11 +01:00
parent 929a29ed0c
commit 88a9e70768

View File

@ -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