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 7de9bff commit f8cfea4Copy full SHA for f8cfea4
include/primesieve.hpp
@@ -179,8 +179,9 @@ int get_num_threads();
179
///
180
void set_sieve_size(int sieve_size);
181
182
-/// Set the number of threads for use in subsequent
183
-/// primesieve::parallel_* function calls.
+/// Set the number of threads for use in
+/// primesieve::count_*() and primesieve::nth_prime().
184
+/// By default all CPU cores are used.
185
186
void set_num_threads(int num_threads);
187
0 commit comments