This commit is contained in:
Nicholas Ward 2022-06-17 23:32:53 -07:00
parent de52e630e8
commit a7f6bf3b00

View File

@ -166,7 +166,6 @@ pub(crate) const NUM_MEMORY_VALUE_LIMBS: usize = 8;
pub(crate) const CLOCK: usize = SIMPLE_LOGIC_DIFF_INV + 1;
// Uses_memop(i) is `F::ONE` iff this row includes a memory operation in its `i`th spot.
const USES_MEMOP_START: usize = CLOCK + 1;
pub const fn uses_memop(op: usize) -> usize {