Apr 20, 2021
Well actually…
TMK the reference implementation of the BLAS routines are actually written in good old FORTRAN, and CBLAS is a (thin) C-based wrapper around this. EDIT: In ‘optimized’ BLAS implementations several time-critical routines are even written directly in ASSEMBLER.
No C++ is involved AFAICS