Skip to content

Commit 5d13317

Browse files
committed
add another OPENBLAS_EXPORT
1 parent d0c4d08 commit 5d13317

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)