Earlier quoted context omitted.
For well-optimised floating point calculations, this is generally true (even taking into account the SMT capabilities of Power8). Intel also has 8-wide (and more) SIMD in terms of intrinsics (AVX/AVX512), whilst Power is still limited to 4-wide with AltiVec, although with Power9 VSX should allow wider (I think). Where Power8/9 really shines is memory bandwidth - it's orders of magnitude faster than leading edge Intel…
Where Power8/9 really shines is memory bandwidth - it's orders of magnitude faster than leading edge Intel stuff currently. But if you're not memory constrained, Intel machines can still have a bit of an edge. That makes Power sound very appealing. I've never met a real life scientific simulation that wasn't often constrained by memory bandwidth. I'm sure they exist, but they aren't all that plentiful. I'd love to tr…
I'm more hesitant to say the same about clang/llvm but it's been awhile and I'm probably not current.