Comment by Narishma
1 year ago
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 year ago
IME, auto-vectorization is a fragile optimization that will silently fail under all sorts of conditions. I don't like to rely on it.
You can just store the generated binary / assembly and rely on that if you want stable code.