|
|
|
|
|
by dragontamer
4573 days ago
|
|
Only if your code were SIMD aligned. But that is not code that your typical compiler outputs. Most SIMD code is heavy number-crunching stuff like multimedia or GPU shaders. But much of that low-level handling is handled off CPU on phone platforms. It is simply more power efficient to have a hardware decoder of multimedia. |
|
GCC has supported autovectorization for a while now.
"Unoptimized code will be slow" isn't a great argument anyway. There's not much a processor can do to help that.