Skip to content

Commit

Permalink
Small optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
yczhangsjtu committed Feb 19, 2025
1 parent 01d7167 commit 65ecef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/whir/batch/iopattern.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ where
params.folding_factor.at_round(round + 1),
r.folding_pow_bits,
);
domain_size /= 2;
domain_size >>= 1;
}

let folded_domain_size = domain_size
Expand Down

0 comments on commit 65ecef8

Please sign in to comment.