I never said he was wrong(In fact I kinda agreed with him), just pointed out there are holes in his logic, and gave a detailed explanation of why given what we know so far of the hardware difference between "traditional Jaguar" and "Evolved Jaguar". What did I say that wasn't factual? I often see gamer "Techies"
At no point did I imply faster hardware alone made it any easier. However technologies specifically designed to improve memory cohesion and simplify the creation of software that takes full advantage of the heterogeneous of the APU will. Some parts (Mostly relating to control and flow) of almost every problem are better ran on the CPU, and any interactive physics will inherently require these forms of operations. However anything involving masses of geometry can be treated as an explicitly parallel floating point model, and these lends themselves well to SIMD FP processors. So basically, yeah you're right- The fact that interactive physics operations requires a mix of both of these types of calculations means it's very hard and sometimes(Previously) impossible to do an efficient implementation(Of interactive physics) purely on the GPU, but that's also why these technologies designed to make use of multiple types of core for a single problem with minimal data juggling are inherently beneficial to it.