Skip to content

Commit

Permalink
AVX quotients (#488)
Browse files Browse the repository at this point in the history
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/starkware-libs/stwo/488)
<!-- Reviewable:end -->
  • Loading branch information
spapinistarkware authored Apr 3, 2024
1 parent f3da0ed commit 7dedf53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/backend/cpu/quotients.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ impl QuotientOps for CPUBackend {
let mut values = SecureColumn::zeros(domain.size());
let quotient_constants = quotient_constants(sample_batches, random_coeff, domain);

// TODO(spapini): bit reverse iterator.
for row in 0..domain.size() {
// TODO(alonh): Make an efficient bit reverse domain iterator, possibly for AVX backend.
let domain_point = domain.at(bit_reverse_index(row, domain.log_size()));
Expand Down

0 comments on commit 7dedf53

Please sign in to comment.