Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions p503/arith_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,8 @@ TEXT ·fp503SubReduced(SB), NOSPLIT, $0-24
RET

TEXT ·fp503Mul(SB), NOSPLIT, $104-24
MOVQ z+ 0(FP), CX
MOVQ x+ 8(FP), REG_P1
MOVQ z+0(FP), CX
MOVQ x+8(FP), REG_P1
MOVQ y+16(FP), REG_P2

// Check wether to use optimized implementation
Expand Down