Personally, I'd rather see more scalar pipes primarily because that's what is used more often. The only thing that really sees a huge boost from vector code is just graphics. If you want to have the CPU help along vertex processing and minimize the GPU load, then okay, more SIMD units will help. But as far as getting the game logic moving, passing messages, jumping around in memory, AI, physics, animation, it's almost all scalar.