- Sieve of Erastosthenes optimized to the max - 1 Update
Bonita Montero <Bonita.Montero@gmail.com>: Feb 14 03:57PM +0100 Am 13.02.2024 um 19:08 schrieb Bonita Montero: > There's nothing wrong with that. ... Test this version which is the latest where I stopped further development: #include <iostream> #include <cstdlib> #include <charconv> #include <cstring> #include <vector> #include <algorithm> #include <cmath> #include <bit> #include <fstream> #include <string_view> #include <thread> #include <utility> #include <new> #include <span> #include <array> #include <cassert> #include <sstream> #if defined(_MSC_VER) #include <intrin.h> #elif defined(__GNUC__) || defined(__clang__) #include <cpuid.h>
Subscribe to:
Post Comments (Atom)
|
No comments:
Post a Comment