瀏覽代碼

WIP

Change-Id: I52b47feff8748f717da9837b989b6831301385c2
kris/for/master/CECPQ3_perlasm
Henry Case 5 年之前
父節點
當前提交
4733dd1c4f
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. +3
    -2
      third_party/sike/asm/fp-x86_64.pl

+ 3
- 2
third_party/sike/asm/fp-x86_64.pl 查看文件

@@ -668,7 +668,7 @@ ${PREFIX}_mpdblsubx2_asm:
# (one level), schoolbook (one level)
.mul_mulx_asm:
.cfi_startproc
// sike_mpmul has already pushed r12--15 by this point..cfi_adjust_cfa_offset 32
# sike_mpmul has already pushed r12--15 by this point..cfi_adjust_cfa_offset 32
.cfi_adjust_cfa_offset 32
.cfi_offset r12, -16
.cfi_offset r13, -24
@@ -841,8 +841,9 @@ $code.=<<___ if ($addx);
.cfi_adjust_cfa_offset -8
.cfi_same_value r12
ret
___

$code.=<<___;
###########################################
# Integer multiplication
# Based on Karatsuba method


Loading…
取消
儲存