Y
Hacker News
new
|
ask
|
show
|
jobs
by
dhhwrongagain
2249 days ago
All of the performance wins you’re referencing come from vectorization, you typically can’t vectorize OS code since it isn’t ALU bound, which makes your point moot.
1 comments
jbk
2249 days ago
> you typically can’t vectorize OS code since it isn’t ALU bound
The answer and parent were in no way only talking about OS.
link
dhhwrongagain
2249 days ago
The parent was definitely talking about the applicability of using assembly in the context of this project. Vectorization is irrelevant here.
link
The answer and parent were in no way only talking about OS.