Dave Baumann said:Well, look, Eric certainly describes R420 as MIMD across the pixel processors.
Across the pixel processors it is MIMD if we define DATA as "A vector of pixel". But inside a single pixel processor it is SIMD as it execute the same instructions for at least 4 pixel. This makes it SIMD for the whole system as it is impossible to execute a different instruction for each pixel. Anyway as long as it is faster as a MIMD CPU we still win more than we give.