mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-08 16:53:07 +00:00
fix
This commit is contained in:
parent
9976a4b040
commit
119eae95fd
@ -91,8 +91,8 @@ addmul_loop:
|
|||||||
// stack: i-1, carry, i-1, a_cur_loc+1, b_cur_loc+1, val, retdest
|
// stack: i-1, carry, i-1, a_cur_loc+1, b_cur_loc+1, val, retdest
|
||||||
%jumpi(addmul_loop)
|
%jumpi(addmul_loop)
|
||||||
addmul_end:
|
addmul_end:
|
||||||
// stack: carry_new, i-1, a_cur_loc+1, b_cur_loc+1, retdest
|
// stack: carry_new, i-1, a_cur_loc+1, b_cur_loc+1, val, retdest
|
||||||
%stack (c, i, a, b) -> (c)
|
%stack (c, i, a, b, v) -> (c)
|
||||||
// stack: carry_new, retdest
|
// stack: carry_new, retdest
|
||||||
SWAP1
|
SWAP1
|
||||||
// stack: retdest, carry_new
|
// stack: retdest, carry_new
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user