expose openblas_set_xerbla

This commit is contained in:
Martin Kroeker
2026-07-22 00:07:43 +02:00
committed by GitHub
parent 63ad298a67
commit 39cdbe6a3c
+1 -1
View File
@@ -73,7 +73,7 @@ static void openblas_xerbla_default(const char *message, const blasint *info,
static openblas_xerbla_handler openblas_xerbla = openblas_xerbla_default;
static volatile BLASULONG openblas_xerbla_lock = 0;
openblas_xerbla_handler
OPENBLAS_EXPORT openblas_xerbla_handler
openblas_set_xerbla(openblas_xerbla_handler handler) {
openblas_xerbla_handler previous;