Y
Hacker News
new
|
ask
|
show
|
jobs
by
lacedeconstruct
15 days ago
> Also, you should use SIMD. ironically no clang is better at auto vectorizing
1 comments
spider-mario
15 days ago
Better than what? And do you use `-mavx2` or do you let it target baseline x86_64 and miss out on 8-float vectors? How do you make sure its autovectorisation is successful?
link