mpimd-csc / flexiblas

FlexiBLAS - A BLAS and LAPACK wrapper library with runtime exchangeable backends. This is only a mirror of https://gitlab.mpi-magdeburg.mpg.de/software/flexiblas-release
https://www.mpi-magdeburg.mpg.de/projects/flexiblas
GNU Lesser General Public License v3.0
36 stars 7 forks source link

cblas scnrm2 typo #54

Closed julianh-siemens closed 2 months ago

julianh-siemens commented 2 months ago

https://github.com/mpimd-csc/flexiblas/blob/ff45f246a0b4b489f27ec88e3d114e664ab49f55/src/cblas_interface/cblas_scnrm2.c#L68

This appears to be a typo and should be FC_GLOBAL(scnrm2,SCNRM2).

grisuthedragon commented 2 months ago

Yes this is a typo, but in almost all current BLAS implementations, this will not cause any problems since the uppercase Fortran names are not used by any current compiler.

Will be fixed in the next release.

grisuthedragon commented 2 months ago

Closed by 28ef5756fab172854342af67d43fcf35f5dc4f5a