Skip to content

Commit e1d244f

Browse files
committed
add another OPENBLAS_EXPORT
1 parent a6b94c5 commit e1d244f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ extern "C" {
4646

4747
int BLASFUNC(xerbla)(char *, blasint *info, blasint);
4848

49-
void extern openblas_set_num_threads_(int *);
49+
OPENBLAS_EXPORT void extern openblas_set_num_threads_(int *);
5050

5151
/*Set the threading backend to a custom callback.*/
5252
typedef void (*openblas_dojob_callback)(int thread_num, void *jobdata, int dojob_data);

0 commit comments

Comments
 (0)