mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 07:43:10 +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
|
||||
%jumpi(addmul_loop)
|
||||
addmul_end:
|
||||
// stack: carry_new, i-1, a_cur_loc+1, b_cur_loc+1, retdest
|
||||
%stack (c, i, a, b) -> (c)
|
||||
// stack: carry_new, i-1, a_cur_loc+1, b_cur_loc+1, val, retdest
|
||||
%stack (c, i, a, b, v) -> (c)
|
||||
// stack: carry_new, retdest
|
||||
SWAP1
|
||||
// stack: retdest, carry_new
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user