Expose whether locking is enabled in get_config

This commit is contained in:
Andrew Robbins 2024-05-07 11:06:27 -04:00 committed by gxw
parent 91ce6dc9c1
commit 2bfb0cbb89
1 changed files with 8 additions and 5 deletions

View File

@ -63,6 +63,9 @@ static char* openblas_config_str=""
#ifdef USE_TLS
"USE_TLS "
#endif
#ifdef USE_LOCKING
"USE_LOCKING "
#endif
#ifndef DYNAMIC_ARCH
CHAR_CORENAME
#endif