Y
Hacker News
new
|
ask
|
show
|
jobs
by
jjdredd
2240 days ago
Where could I read about advanced assembly optimization techniques like this?
2 comments
drivebycomment
2239 days ago
https://www.agner.org/optimize/
is the best.
link
bluGill
2240 days ago
In the data sheets for your cpu. Note that this is cpu specific, even when the instruction set is shared that doesn't mean that the same optimization applies.
link