Live data from Hacker News

Assembly Optimization Tips by Mark Larson (2004)

masm32.com

21–22 of 22 posts

Re: Assembly Optimization Tips by Mark Larson (2004)

#21

This article title should have "(2004)" added; this is seriously old information. For modern use, something about ARM CPUs would be much more useful since that's what microcontrollers all use now. No one's doing ASM programming on x86 CPUs these days (and certainly not Pentium4 CPUs).

> No one's doing ASM programming on x86 CPUs these days

I don't think that's entirely true...it's still pretty common to write high-performance / performance sensitive computation kernels in assembly or intrinsics.

Re: Assembly Optimization Tips by Mark Larson (2004)

#22

Earlier quoted context omitted.

I don't think anyone really cares about optimizing those codepaths, though.

Try Eigen then, where people were tweaking every last ounce of performance. Even then, it has problems matching MKL or nVidia libs for ultimate performance sometimes.

For systems nobody has used in years?
Post reply on HN