Skip to content

Commit 9dcd8ae

Browse files
authored
Merge pull request #3566 from martin-frbg/configtls
Report USE_TLS in get_config output if set
2 parents 1ef97c4 + bf4642e commit 9dcd8ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/others/openblas_get_config.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ static char* openblas_config_str=""
6060
#ifdef USE_OPENMP
6161
"USE_OPENMP "
6262
#endif
63+
#ifdef USE_TLS
64+
"USE_TLS "
65+
#endif
6366
#ifndef DYNAMIC_ARCH
6467
CHAR_CORENAME
6568
#endif

0 commit comments

Comments
 (0)