Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Nov 10, 2024
1 parent f8de674 commit 267b93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PreSieve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void AND_PreSieveTables(const uint8_t* __restrict preSieved0,
// Note that I also tried vectorizing this algorithm using AVX512
// which has 4x the vector width compared to SSE2, but this did
// not provide any speedup. On average, this loop processes only
// 2192 bytes, hence there aren't many vector loop iterations and
// 956 bytes, hence there aren't many vector loop iterations and
// by increasing the vector width this also increases the number of
// scalar loop iterations after the vector loop finishes which
// could potentially even become a bottleneck.
Expand Down

0 comments on commit 267b93e

Please sign in to comment.