mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-06-07 01:29:27 +00:00
fix
This commit is contained in:
parent
497b26dee6
commit
a34a4c8184
@ -122,7 +122,7 @@
|
|||||||
// stack: c, input, ...
|
// stack: c, input, ...
|
||||||
%add_const(1) // This will be optimized out.
|
%add_const(1) // This will be optimized out.
|
||||||
// stack: c + 1, input, ...
|
// stack: c + 1, input, ...
|
||||||
GE // Check it backwards: (input <= c) == (c + 1 > input)
|
GT // Check it backwards: (input <= c) == (c + 1 > input)
|
||||||
// stack: input <= c, ...
|
// stack: input <= c, ...
|
||||||
%endmacro
|
%endmacro
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user