Hacker News new | ask | show | jobs
by PoignardAzur 716 days ago
Aside from aliasing restrictions, you can use chunked iterators which IIRC make it easier for the compiler to auto-vectorize your loop. The actual code changes very little.