Csdp icon indicating copy to clipboard operation
Csdp copied to clipboard

Add proper declarations for BLAS/LAPACK functions

Open d-torrance opened this issue 2 months ago • 1 comments
trafficstars

Otherwise, when compiling with C23 (which is the default in GCC 15), we get "too many arguments to function" errors.

We also add BLAS_FUNC and LAPACK_FUNC macros so we don't need to have four different declarations for each function.

d-torrance avatar Sep 05 '25 01:09 d-torrance

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 05 '25 01:09 CLAassistant