![]() |
|
|
#1 |
|
Mar 2007
22 Posts |
hi all,
i just want to announce i successfully compiled msieve on the playstation3 (on yellow-dog linux) using a single PPE i got a 272 bits number factored in 37 mins (its not canned heat but its ok) for compiling you have to fix the file dd.h (because no ppc_intrinsics.h on PS3) starting at: #if defined(__GNUC__) && (defined(__powerpc__) || defined(__ppc64__)) //#include <ppc_intrinsics.h> /* * fmsub - Floating Multiply-Subract (Double-Precision) * * (a * c - b) double precision */ static inline double __fmsub (double a, double c, double b) __attribute__((always_inline)); static inline double __fmsub (double a, double c, double b) { double result; __asm__ ("fmsub %0, %1, %2, %3" /* outputs: */ : "=f" (result) /* inputs: */ : "f" (a), "f" (c), "f" (b)); return result; } regards |
|
|
|
|
|
#2 | |
|
Tribal Bullet
Oct 2004
3,541 Posts |
Quote:
jasonp |
|
|
|
|
|
|
#3 |
|
Mar 2007
22 Posts |
haha :-)
hey - we got the toy for 3 days now in ancient europe :-) so first tests with the spe's are made - i also don't expect fast progress but some stuff is already working with spe support (coded some RC4 code running on SPE's :-) cu |
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| msieve on KNL | frmky | Msieve | 3 | 2016-11-06 11:45 |
| Experimental lasieve4_64, compiled with MinGW-w64! | Dan Ee | Factoring | 40 | 2016-02-08 20:32 |
| About self-compiled Prime95 | tyeken8 | Software | 14 | 2009-05-27 11:02 |
| Looking for windows-compiled gnfs-lasieve4I15e | Andi47 | Factoring | 15 | 2008-02-21 19:15 |
| How I get a compiled version of GMP-ECM? | MatWur-S530113 | GMP-ECM | 12 | 2007-10-22 20:33 |