Hacker News new | ask | show | jobs
by bigfishrunning 27 days ago
Why? Automatic vectorization is pretty bad and has been for years, but wouldn't it be nice if the compiler could unroll-loops and use SIMD instructions to make your code faster while also being correct?
1 comments

If you are using SIMD instructions on x86 you probably want the unaligned ones