mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
primes: put an additional comment
This commit is contained in:
parent
6d10d63113
commit
64c8e9fc32
1 changed files with 4 additions and 0 deletions
|
|
@ -241,6 +241,10 @@ primes(ubig start, ubig stop)
|
|||
if (p <= pr_limit) {
|
||||
return;
|
||||
}
|
||||
/*
|
||||
* the next odd number after the largest prime in the
|
||||
* precomputed list
|
||||
*/
|
||||
start = *pr_limit+2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue