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