Linked by Eugenia Loli-Queru on Thu 22nd Feb 2007 23:23 UTC
Thread beginning with comment 215835
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2006-04-09
Hi bnolsen. Well the cell is a massively parallel vector processor, these are the strongs/weaks about it:
- excellent for running multiple floating point tasks such as (game engine, encoding and decoding video)
- Difficult to program for -- ALL software has to be optimized
- Poor single thread performance
- NO hardware Branch prediction, Extremely poor at running complicated branched code (like A.I. code)
- Highly specialized approach, the cell is first and foremost an MULTIMEDIA processor that is best suited for HDTVs and a gaming consoles processor second. It offers extremes -- very good at running game engine, very poor at A.I. code.