mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 22:03:07 +00:00
Minor docs
This commit is contained in:
parent
3ecf530956
commit
c773476cb9
@ -28,7 +28,7 @@ pub(crate) enum Operation {
|
||||
Not,
|
||||
Shl,
|
||||
Shr,
|
||||
Syscall(u8, usize, bool),
|
||||
Syscall(u8, usize, bool), // (syscall number, minimum stack length, increases stack length)
|
||||
Eq,
|
||||
BinaryLogic(logic::Op),
|
||||
BinaryArithmetic(arithmetic::BinaryOperator),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user