Skip to content

Commit

Permalink
add no op as read only instructino
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue committed May 20, 2024
1 parent 58ab969 commit f404fdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recursion/core/src/cpu/air/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ impl<F: Field> CpuChip<F> {
+ local.selectors.is_fri_fold
+ local.selectors.is_poseidon
+ local.selectors.is_store
+ local.selectors.is_noop
}

/// Expr to check for instructions that are commit instructions.
Expand Down

0 comments on commit f404fdd

Please sign in to comment.