Y
Hacker News
new
|
ask
|
show
|
jobs
by
gblargg
9 days ago
My compiler knows SIMD. However, knowing the limitations of SIMD might help avoid a calculation that can't be optimized to use it.
1 comments
Jtarii
9 days ago
Your compiler can vectorise trivial things, once your code gets complicated it will no longer vectorise.
link
tmtvl
9 days ago
Once the code is complicated you don't need to make it more complicated lest it becomes unmaintainable.
link
spider-mario
8 days ago
It really doesn’t take much complexity at all for autovectorisation to fail.
link