modified common.h for piledriver

This commit is contained in:
Werner Saar 2016-03-09 15:48:29 +01:00
parent c99cc41cbd
commit 2e6333f74e
1 changed files with 2 additions and 1 deletions

View File

@ -332,12 +332,13 @@ typedef int blasint;
#endif
#endif
/*
#ifdef PILEDRIVER
#ifndef YIELDING
#define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n");
#endif
#endif
*/
/*
#ifdef STEAMROLLER