mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
stack macro
This commit is contained in:
parent
b2f9d885f9
commit
d99cadebc2
@ -36,7 +36,7 @@ global inv_fp12:
|
||||
// stack: ptr, inv, retdest
|
||||
PUSH 50 PUSH check_inv
|
||||
// stack: check_inv, 50, ptr, inv, retdest
|
||||
SWAP3 SWAP1 SWAP2
|
||||
%stack(check_inv, 50, ptr, inv) -> (ptr, inv, 50, check_inv)
|
||||
// stack: ptr, inv, 50, check_inv, retdest
|
||||
%jump(mul_fp12)
|
||||
global check_inv:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user