PS3 IS A GHETTO PC.
XBOX360 IS REAL CONSOLE.
JM: Basically, the Cell's SPEs are "accelerator processors" that function in addition to the primary processors. [To take advantage of the SPEs], we look for tasks that don't require insane CPU power but could be done in the background, in parallel. There are some threads in our multi-threaded code that we can dedicate to a single SPE, and the process will run happily in background while the main CPUs are dealing with AI and game play. If you program the Cell CPU the correct way, it is like having all these simple things in parallel. That's the thing about regular PCs; computers are really dumb, but incredibly fast. PCs can perform one little logical thing like crazy [makes rapid, back-and-forth ping-pong motion], and so we need to find those little logic checks that we can kick out to the SPEs. Doing so frees up the primary CPUs from having to do those mindless, but necessary, tasks
cell is nothing special.
Log in to comment