Arthur Besse@lemmy.ml to Programmer Humor@lemmy.ml · 6 days agoit's how the basic linear algebra subprograms are implementedlemmy.mlimagemessage-square27fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1imageit's how the basic linear algebra subprograms are implementedlemmy.mlArthur Besse@lemmy.ml to Programmer Humor@lemmy.ml · 6 days agomessage-square27fedilinkfile-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-squaredewritoninja@pawb.sociallinkfedilinkarrow-up0·5 days agoNot only is it very difficult to write in assembly, the resulting code is not portable. Meaning that if you wrote it on x86 assembly it can’t run on ARM chips without emulation and that takes a significant hit on performance defeating the point
Not only is it very difficult to write in assembly, the resulting code is not portable. Meaning that if you wrote it on x86 assembly it can’t run on ARM chips without emulation and that takes a significant hit on performance defeating the point