We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a6357 commit 3af5c3bCopy full SHA for 3af5c3b
src/EratMedium.hpp
@@ -33,7 +33,6 @@ class EratMedium : public Wheel30_t
33
bool hasSievingPrimes() const;
34
private:
35
uint64_t maxPrime_ = 0;
36
- std::size_t l1CacheSize_ = 0;
37
Vector<SievingPrime> primeVectors_[8];
38
void storeSievingPrime(uint64_t, uint64_t, uint64_t);
39
NOINLINE void crossOff0(Vector<SievingPrime>&, Vector<uint8_t>&);
0 commit comments