Can you use SPE's in user created programs on PS3 Linux?
Can you use SPE's in user created programs on PS3 Linux?
Is this possible?(the title)
Learning linux !
C with SPU extensions or SPU assembly. You can read all about it here: http://www.ibm.com/developerworks/power/cellThe Duud wrote:Would you have to be programming in PPC assembly or what language can interact with the SPE's
Just google for things like this, this is all pretty basic stuff...
Some basic examples are here:
http://www.kernel.org/pub/linux/kernel/ ... mming.html
All major PS3 llinux distros have spu-gcc compiler and libspe runtime included.
The spe programming language is primarily C/C++. There are assembler intrinsics for high-perfomance code. If you want to write good spe code you must study this doc: http://www.ief.u-psud.fr/~lacas/Compute ... ns_v20.pdf
http://www.kernel.org/pub/linux/kernel/ ... mming.html
All major PS3 llinux distros have spu-gcc compiler and libspe runtime included.
The spe programming language is primarily C/C++. There are assembler intrinsics for high-perfomance code. If you want to write good spe code you must study this doc: http://www.ief.u-psud.fr/~lacas/Compute ... ns_v20.pdf