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