Skip to content

Commit 8794979

Browse files
committed
Fix bug where openblas_set_threads_callback_function does not support modyfing symbol prefix and suffix in shared library
1 parent e4344de commit 8794979

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

exports/gensymbol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ misc_no_underscore_objs="
181181
goto_set_num_threads
182182
openblas_get_config
183183
openblas_get_corename
184+
openblas_set_threads_callback_function
184185
"
185186

186187
misc_underscore_objs=""

exports/gensymbol.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@
177177
goto_set_num_threads,
178178
openblas_get_config,
179179
openblas_get_corename,
180+
openblas_set_threads_callback_function,
180181
);
181182

182183
@misc_underscore_objs = (

0 commit comments

Comments
 (0)