|
|
|
|
|
by colanderman
4574 days ago
|
|
Only if your code were SIMD aligned. But that is not code that your typical compiler outputs. 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. |
|
Besides, most ARM chips supported vectorized code anyway. You know, NEON? http://www.arm.com/products/processors/technologies/neon.php
ARM64 does NOT grant you the vectorized instruction advantage. Qualcomm Snapdragon Krait have supported NEON for some time already.
http://www.anandtech.com/show/5559/qualcomm-snapdragon-s4-kr...
So many people are arguing here, but clearly few of you people have even worked with ARM chips at the assembly level.