My package manager has a number of BLAS versions (specifically CBLAS) available:
[IP-] [ ] virtual/cblas-1.0:0
[-P-] [ ~] virtual/cblas-3.6:0
[-P-] [ ~] virtual/cblas-3.7:0
If I look at their configuration, I can see they are extracted from corresponding LAPACK reference distributions.
My question is whether the differences across official releases are documented somewhere, hopefully in a changelog? Ideally also specifying the differences between the BLAS (Fortran) and CBLAS implementations? I can't find that information on the http://netlib.org/blas website.
On that website there is a link to the BLAST forum, where I can find references to 'legacy BLAS', and wonder how that fits into the versioning scheme. edit: This appears to refer specifically to dense/banded BLAS
Note this questions is not about the numerous vendor implementations that exist - I'm only interested in the netlib.org reference implementations.