Merge pull request #4680 from theAeon/develop
Expose whether locking is enabled in get_config
This commit is contained in:
commit
5500b4ab26
|
@ -63,6 +63,9 @@ static char* openblas_config_str=""
|
||||||
#ifdef USE_TLS
|
#ifdef USE_TLS
|
||||||
"USE_TLS "
|
"USE_TLS "
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef USE_LOCKING
|
||||||
|
"USE_LOCKING "
|
||||||
|
#endif
|
||||||
#ifndef DYNAMIC_ARCH
|
#ifndef DYNAMIC_ARCH
|
||||||
CHAR_CORENAME
|
CHAR_CORENAME
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue