Merge pull request #1613 from xianyi/revert-1600-noyield

Revert "Use usleep instead of sched_yield by default"
This commit is contained in:
Martin Kroeker 2018-06-11 17:14:49 +02:00 committed by GitHub
commit 2f957947a6
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 usleep(10)
#define YIELDING sched_yield()
#endif
/***