Skip to content

Commit

Permalink
Update executor/src/witgen/machines/fixed_lookup_machine.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Georg Wiese <[email protected]>
  • Loading branch information
chriseth and georgwiese authored Jan 10, 2025
1 parent f762231 commit b02894d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/src/witgen/machines/fixed_lookup_machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ impl<'a, T: FieldElement> Machine<'a, T> for FixedLookup<'a, T> {
.iter()
.map(|v| (*v, *v, v.to_integer()))
.collect_vec(),
// Reduce range constraint by disjunction.
Some(mut acc) => {
for ((min, max, mask), v) in acc.iter_mut().zip_eq(values) {
*min = (*min).min(*v);
Expand Down

0 comments on commit b02894d

Please sign in to comment.