Arthur Besse@lemmy.ml to Programmer Humor@lemmy.ml · 6 days agoit's how the basic linear algebra subprograms are implementedlemmy.mlimagemessage-square26fedilinkarrow-up1400arrow-down15file-text
arrow-up1395arrow-down1imageit's how the basic linear algebra subprograms are implementedlemmy.mlArthur Besse@lemmy.ml to Programmer Humor@lemmy.ml · 6 days agomessage-square26fedilinkfile-text
References: https://en.wikipedia.org/wiki/OpenBLAS http://modernhumorist.com/mh/0004/propaganda/mp3.php https://knowyourmeme.com/memes/when-you-ride-alone-you-ride-with-hitler https://everything2.com/title/When+you+pirate+MP3s%252C+you%2527re+downloading+communism
minus-squareJack Riddlelinkfedilinkarrow-up10·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.
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.