Hacker News new | ask | show | jobs
by greglindahl 3498 days ago
BLAS are generally implemented in assembly these days, although they do have Fortran interfaces.
1 comments

The important kernels (particularly GEMM) are written in assembler, but you can see OpenBLAS, for instance, importing netlib LAPACK.