|
|
|
|
|
by astrange
1477 days ago
|
|
Don’t bother. Autovectorization almost fundamentally doesn’t work. You can write code using explicit vectors and it’s not too bad, though less cross platform than you’d like. An actual answer involves things like restrict and alignment keywords. |
|