Change-Id: I5147c06a5dafd0a46d61394650905393762d2116
This commit is contained in:
Henry Case 2019-04-19 14:34:51 +01:00
parent 9dd4b1568e
commit d46eed92fd

View File

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