![]() |
|
|
#287 |
|
Jul 2003
wear a mask
22·419 Posts |
3.4 Ghz Xeon
length = 1000, iterations = 1000000, b = 2, p = 4611686018427387817: : 96.104 million mulmods per second. CMOV: 84.809 million mulmods per second. SSE2: 90.849 million mulmods per second. |
|
|
|
|
|
#288 |
|
May 2005
23·7·29 Posts |
C2D E6600 @ 3GHz
Code:
length = 1000, iterations = 1000000, b = 2, p = 4611686018427387817:
: 171.582 million mulmods per second.
CMOV: 162.850 million mulmods per second.
SSE2: 270.042 million mulmods per second.
Code:
length = 1000, iterations = 1000000, b = 2, p = 4611686018427387817:
: 151.300 million mulmods per second.
CMOV: 136.461 million mulmods per second.
SSE2: 114.695 million mulmods per second.
Last fiddled with by Cruelty on 2007-05-11 at 06:11 |
|
|
|
|
|
#289 |
|
Apr 2003
22·193 Posts |
I have a very strange result on a P4 HT.
The first dataset was created when the machine was runnig idle. D:\download>mulmod8.exe length = 1000, iterations = 10000, b = 2, p = 4611686018427387817: : 80.000 million mulmods per second. CMOV: 71.111 million mulmods per second. SSE2: 80.000 million mulmods per second. The second set was generated with the eulernet client running D:\download>mulmod8.exe length = 1000, iterations = 10000, b = 2, p = 4611686018427387817: : 64.000 million mulmods per second. CMOV: 45.714 million mulmods per second. SSE2: 91.429 million mulmods per second. The third set was created with llr.exe running. D:\download>mulmod8.exe length = 1000, iterations = 10000, b = 2, p = 4611686018427387817: : 49.231 million mulmods per second. CMOV: 40.000 million mulmods per second. SSE2: 71.111 million mulmods per second. Lars |
|
|
|
|
|
#290 |
|
May 2005
23·7·29 Posts |
Try running mulmod8.exe as suggested by Geoff and see if that helps:
Code:
mulmod8 1000 1000000 Last fiddled with by Cruelty on 2007-05-11 at 09:19 |
|
|
|
|
|
#291 |
|
Apr 2003
22·193 Posts |
Did a new test with the extra parameters for mulmod.
Results are closer together now but the tendency stays that mulmod runs faster if a second process(eulernet) runs in parallel. ( SSE2 Results) System otherwise idle D:\download>mulmod8.exe 1000 1000000 length = 1000, iterations = 1000000, b = 2, p = 4611686018427387817: : 80.706 million mulmods per second. CMOV: 65.507 million mulmods per second. SSE2: 82.157 million mulmods per second. eulernet running D:\download>mulmod8.exe 1000 1000000 length = 1000, iterations = 1000000, b = 2, p = 4611686018427387817: : 65.776 million mulmods per second. CMOV: 57.399 million mulmods per second. SSE2: 88.398 million mulmods per second. llr.exe running D:\download>mulmod8.exe 1000 1000000 length = 1000, iterations = 1000000, b = 2, p = 4611686018427387817: : 49.155 million mulmods per second. CMOV: 42.638 million mulmods per second. SSE2: 66.667 million mulmods per second. Last fiddled with by ltd on 2007-05-11 at 10:16 |
|
|
|
|
|
#292 |
|
May 2005
23×7×29 Posts |
Strange indeed - I don't know any valid explanation for this...
|
|
|
|
|
|
#293 |
|
I quite division it
"Chris"
Feb 2005
England
31×67 Posts |
Not some speedstep/power saving thing is it?
|
|
|
|
|
|
#294 |
|
Apr 2003
11000001002 Posts |
|
|
|
|
|
|
#295 |
|
Banned
"Luigi"
Aug 2002
Team Italia
2×3×11×73 Posts |
|
|
|
|
|
|
#296 |
|
Apr 2003
22·193 Posts |
As far as i know it does not use any SSE2 registers.
Lars |
|
|
|
|
|
#297 |
|
Oct 2006
4038 Posts |
|
|
|
|
![]() |
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 |