mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 17:53:06 +00:00
it runs
This commit is contained in:
parent
bf7da1c205
commit
bde569a2f3
@ -70,16 +70,16 @@ global miller_loop:
|
||||
|
||||
miller_loop_pop:
|
||||
POP %jump(miller_loop)
|
||||
|
||||
|
||||
miller_final:
|
||||
// stack: 0, O, P, Q, out, retdest
|
||||
PUSH 28
|
||||
// stack: 28, 0, O, P, Q, out, retdest
|
||||
%jump(miller_zero_final)
|
||||
miller_end:
|
||||
// stack: times, O, P, Q, out, retdest
|
||||
POP %pop2 %pop2 %pop4
|
||||
// stack: out, retdest
|
||||
// stack: m, times, O, P, Q, out, retdest
|
||||
%pop2 %pop2 %pop2 %pop4
|
||||
// stack: out, retdest
|
||||
SWAP1 JUMP
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user