Hacker News new | ask | show | jobs
by rurban 4 days ago
There is no need to learn SIMD. Just use proper vector_size attributes. Even without the fragile auto-vectorizer, the compiler uses SIMD then. Even with -O0