Skip to content

Commit

Permalink
fix: only range_check on valid rows
Browse files Browse the repository at this point in the history
  • Loading branch information
yi-sun committed Jan 11, 2025
1 parent 5b8fcd5 commit 1ec509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/native/circuit/src/castf/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ where
_ => unreachable!(),
},
)
.eval(builder, AB::Expr::ONE);
.eval(builder, cols.is_valid);
}

AdapterAirContext {
Expand Down

0 comments on commit 1ec509d

Please sign in to comment.