12 ms·
Where could I read about advanced assembly optimization techniques like this?
by jjdredd 6y ago
Where could I read about advanced assembly optimization techniques like this?
- bluGill 6y agoIn 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.
- drivebycomment 6y agohttps://www.agner.org/optimize/ https://www.agner.org/optimize/ is the best.