[go: up one dir, main page]

Menu

Commit [r353]  Maximize  Restore  History

+ removed HAVE_CUDA #defines, dead code path

+ AVX2 enhancements to sieve of eratosthenes (presieving)
+ bug fixes related to test sieving interface (thanks dubslow!)
+ added extra strong selfridge (using extra strong lucas) and extra strong bpsw (using extra strong selfridge) tests

bbuhrow 2016-07-15

changed /branches/wip/CHANGES
changed /branches/wip/Makefile
changed /branches/wip/Makefile.mingw
changed /branches/wip/arith/arith2.c
changed /branches/wip/build.vc12/yafu/yafu.vcxproj
changed /branches/wip/build.vc12/yafu/yafu.vcxproj.filters
changed /branches/wip/factor/nfs/nfs.c
changed /branches/wip/factor/nfs/nfs_sieving.c
changed /branches/wip/factor/qs/SIQS.c
changed /branches/wip/factor/qs/tdiv.c
changed /branches/wip/factor/squfof.c
changed /branches/wip/include/qs.h
changed /branches/wip/include/soe.h
changed /branches/wip/top/aprcl/mpz_aprcl.c
changed /branches/wip/top/aprcl/mpz_aprcl.h
changed /branches/wip/top/driver.c
changed /branches/wip/top/eratosthenes/linesieve.c
changed /branches/wip/top/eratosthenes/offsets.c
added /branches/wip/top/eratosthenes/presieve.c
changed /branches/wip/top/eratosthenes/roots.c
changed /branches/wip/top/eratosthenes/soe.c
changed /branches/wip/top/eratosthenes/soe_util.c
changed /branches/wip/top/eratosthenes/worker.c
changed /branches/wip/top/eratosthenes/wrapper.c