diff --git a/common.h b/common.h index 4e3230d7e..57294eb02 100644 --- a/common.h +++ b/common.h @@ -315,9 +315,10 @@ typedef int blasint; #endif #ifdef PILEDRIVER +#ifndef YIELDING #define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n"); #endif - +#endif #ifndef YIELDING #define YIELDING sched_yield()