From 5d13317c8fbac6de2efd6bca81ce348e30dd0a66 Mon Sep 17 00:00:00 2001 From: mattip Date: Tue, 23 Dec 2025 12:08:33 +0200 Subject: [PATCH] add another OPENBLAS_EXPORT --- common_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common_interface.h b/common_interface.h index dd7aa9ece..971bb9a86 100644 --- a/common_interface.h +++ b/common_interface.h @@ -46,7 +46,7 @@ extern "C" { int BLASFUNC(xerbla)(char *, blasint *info, blasint); -void extern openblas_set_num_threads_(int *); +OPENBLAS_EXPORT void extern openblas_set_num_threads_(int *); /*Set the threading backend to a custom callback.*/ typedef void (*openblas_dojob_callback)(int thread_num, void *jobdata, int dojob_data);