back

by Narishma·1y ago·view on hn ↗
IME, auto-vectorization is a fragile optimization that will silently fail under all sorts of conditions. I don't like to rely on it.
1 comments
You can just store the generated binary / assembly and rely on that if you want stable code.