Hacker News new | ask | show | jobs
by jamincan 1179 days ago
Isn't LAPACK written in Fortran?
1 comments

You're right, and ATLAS is as well, but Fortran has undefined behaviour [1] for all the same reasons that C does.

[1] https://stackoverflow.com/a/57558908