![]() |
|
|
#199 |
|
Sep 2006
11×17 Posts |
I used 1.4.12 for about 6 hours - do you think, it is necessary to redo this range?
Last fiddled with by Xentar on 2006-12-28 at 21:44 |
|
|
|
|
|
#200 |
|
"Jason Goatcher"
Mar 2005
DB316 Posts |
|
|
|
|
|
|
#201 | |
|
Mar 2003
New Zealand
100100001012 Posts |
Quote:
Version 1.4.14 fixes another bug that would have slowed the PPC build down a bit, but probably didn't affect the i386 builds. |
|
|
|
|
|
|
#202 | |
|
Sep 2006
11·17 Posts |
Quote:
Btw, could you please try to explain the math to me? I know, that for example 5 mod 3 = 2, but p = 1 mod 120 doesnt make any sense? Or I just dont understand it.. |
|
|
|
|
|
|
#203 | ||
|
Mar 2003
New Zealand
115710 Posts |
Quote:
Quote:
|
||
|
|
|
|
|
#204 | ||
|
Sep 2006
101110112 Posts |
Quote:
Quote:
So, for any reason, the version 1.4.12 didnt check p = 120x+1 and if this p is a factor, it was missed, right? Ok, thank you :) |
||
|
|
|
|
|
#205 |
|
Mar 2003
New Zealand
13·89 Posts |
It appears that the 1.4.12 bug is in code that is never used, so there are no missed factors. Once I work out exactly why that piece of code is not needed then I can remove it, and probably some other pieces too, and make the program faster :-)
Done, just in case. Last fiddled with by geoff on 2006-12-31 at 02:11 Reason: munged quote |
|
|
|
|
|
#206 |
|
Sep 2006
11×17 Posts |
Just checked the factors, you send to me. All of them are already in my factors file, so no one was missed.
|
|
|
|
|
|
#207 |
|
Mar 2003
New Zealand
13×89 Posts |
The main change is the addition of a SSE2 mulmod function for 32-bit machines. The FPU is still used for the division (so it still works mod primes up to 2^62), but uses SSE2 to perform the integer multiplications. It runs about 9% faster on my P4/Celeron. (That was the machine I tuned the code for, it may not do as well on AMD/Core2, all benchmarks welcome.)
|
|
|
|
|
|
#208 | |
|
Oct 2006
25910 Posts |
Quote:
i use one core, sieving for one k (285728), speed was 2600000 and now is 4650000 it's a 78% improve ... and factor density is the same after 1 day running so it may be true.if geoff can confirm it's not missing factors, it can give a good boost ... |
|
|
|
|
|
|
#209 | |
|
Sep 2006
11·17 Posts |
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Very Prime Riesel and Sierpinski k | robert44444uk | Open Projects | 587 | 2016-11-13 15:26 |
| Sierpinski/ Riesel bases 6 to 18 | robert44444uk | Conjectures 'R Us | 139 | 2007-12-17 05:17 |
| Sierpinski/Riesel Base 10 | rogue | Conjectures 'R Us | 11 | 2007-12-17 05:08 |
| Sierpinski / Riesel - Base 23 | michaf | Conjectures 'R Us | 2 | 2007-12-17 05:04 |
| Sierpinski / Riesel - Base 22 | michaf | Conjectures 'R Us | 49 | 2007-12-17 05:03 |