Merge pull request #1600 from martin-frbg/noyield

Use usleep instead of sched_yield by default
This commit is contained in:
Martin Kroeker 2018-06-07 12:42:00 +02:00 committed by GitHub
commit 2ade0ef085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ typedef int blasint;
*/
#ifndef YIELDING
#define YIELDING sched_yield()
#define YIELDING usleep(10)
#endif
/***