add another OPENBLAS_EXPORT

This commit is contained in:
mattip
2026-02-05 06:31:18 +11:00
committed by Matti Picus
parent d0c4d08637
commit 5d13317c8f
+1 -1
View File
@@ -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);