This commit is contained in:
Martin Kroeker 2024-03-24 14:52:48 +01:00 committed by GitHub
parent a69da64cbb
commit 4df3741df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ int exec_blas(BLASLONG num, blas_queue_t *queue){
} }
#endif #endif
while (true) while (true) {
for(i=0; i < MAX_PARALLEL_NUMBER; i++) { for(i=0; i < MAX_PARALLEL_NUMBER; i++) {
#ifdef HAVE_C11 #ifdef HAVE_C11
_Bool inuse = false; _Bool inuse = false;