Write to a file even if no factors are found (needed by PRPNet)
Changes for 2.6.9
Write to the log if the program is stopped upon reaching optimal removal rate. This is used by external program, such as PRPNet.
Improve speed of DM divisibility test by at least 20%.
Updates for 2.6.8
Split removal of objects to avoid command lines that are too long
Add -y and add factor validation to GPU code
Improve f/sec calculation when using GPU
Remove debug code
Improve speed when removing terms with small k
Revert a change used for testing
Fix support for large ranges of k
Use correct variable in loop
Fix bug counting tests done
Use correct loop variables
Fixed potential for missing factors for small p
Updates so GPU can be used for lower p
Fixing more bugs
Fix bug
Fix infinite loop
Add ABCD file support
Ensure only k%12 = 0, 5, 8, 9 in initial k
Change how the percent of terms tested is computed to in include all k
Update table to reflect updated rate calculation
Fix rate calculation for k tested per second
Remove extraneous ETC
Stop workers if interrupted
Added ETC when using -x
Fix edge case
Remove obsolete code
Restore -x, but add a table and configuration to target optimal sieving depth
Add more checks for determining whether f/sec or sec/f is computed
Factors per second is always for the last minute, so code was simplified
Updated primesieve to the latest
Remove -x and -X from dmdsieve and mmff should be used for the Mersenne Prime supported by dmdsieve.
Fix so it can compile
Added dmdsievecl
Update history
Updated version
Fix off-by-one bugs in dmdsieve
Allow for longer generated file name
Set min prime to 3 if excluding even terms
Fix misspelling
Remove debug statement
Fix issue where CPU worker isn't created even though one is needed.
Ensure variable is initialized
Fix for multiple workers
Replace boolean with bool
Fix switches
Fixed change description
Updated for the new release
Fix mistake
Fix MpArith code because it missed factors. Replace FPU code with factor verification to allow for portable code.
Use b and n instead of x and y. Other improvements
Add const for potential performance boost
Replace FPU asm code with MpArith as it is faster
New program
Initial release of hcwsieve/hcwsievecl
Fix documentation errors
Added updated twinsieve
Updates for 2.6.2
Changed version number
Update max file name length
Fixed version number for srsieve2
Fix bug
Updates to address compile warnings
Added speed-ups to the GPU code
Ensure rate is computed correctly when running CPU only when we have GPU workers
First release of smwsieve/smwsievecl