back

by Narishma·13y ago·view on hn ↗
You mean developers, right? Compiler auto-vectorization hasn't really advanced that much. You still need to manually use SIMD intrinsics (or inline asm) to get any kind of worthwhile performance increase.
1 comments
LLVM especially llvm-polly seems to be the state of the art, at least of the open source auto-vectorization routines.