Merge pull request #4680 from theAeon/develop

Expose whether locking is enabled in get_config
This commit is contained in:
Martin Kroeker 2024-05-08 19:03:57 +02:00 committed by GitHub
commit 5500b4ab26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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