File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 44 * number generation. In case an error occurs errno is set to
55 * EDOM and PRIMESIEVE_ERROR is returned.
66 *
7- * Copyright (C) 2016 Kim Walisch, <[email protected] > 7+ * Copyright (C) 2017 Kim Walisch, <[email protected] > 88 *
99 * This file is distributed under the BSD License.
1010 */
@@ -194,8 +194,9 @@ int primesieve_get_num_threads();
194194void primesieve_set_sieve_size (int sieve_size );
195195
196196/**
197- * Set the number of threads for use in subsequent
198- * primesieve_count_* function calls.
197+ * Set the number of threads for use in
198+ * primesieve_count_*() and primesieve_nth_prime().
199+ * By default all CPU cores are used.
199200 */
200201void primesieve_set_num_threads (int num_threads );
201202
You can’t perform that action at this time.
0 commit comments