minus-squareJack Riddle@sh.itjust.workstoProgrammer Humor@lemmy.ml•it's how the basic linear algebra subprograms are implementedlinkfedilinkarrow-up0·5 days agoI don’t think it would be anymore. Modern compilers are really really good at what they do, and often manually optimizing(writing assembly yourself) makes programs slower. So unless you are very good at assembly, I would just trust the compiler. linkfedilink
I don’t think it would be anymore. Modern compilers are really really good at what they do, and often manually optimizing(writing assembly yourself) makes programs slower. So unless you are very good at assembly, I would just trust the compiler.