mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 22:03:07 +00:00
addressed comments
This commit is contained in:
parent
e40b9edb5b
commit
dc076df5b6
@ -30,7 +30,7 @@ global precompile_blake2_f:
|
||||
// stack: flag, flag_addr, blake2_f_contd, kexit_info
|
||||
DUP1
|
||||
// stack: flag, flag, flag_addr, blake2_f_contd, kexit_info
|
||||
%lt_const(2) ISZERO %jumpi(fault_exception) // Check flag < 2 (flag = 0 or flag = 1)
|
||||
gt_const(1) %jumpi(fault_exception) // Check flag < 2 (flag = 0 or flag = 1)
|
||||
// stack: flag, flag_addr, blake2_f_contd, kexit_info
|
||||
SWAP1
|
||||
// stack: flag_addr, flag, blake2_f_contd, kexit_info
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user