Browse Source

modified common.h for piledriver

tags/v0.2.16^2
Werner Saar 10 years ago
parent
commit
2e6333f74e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      common.h

+ 2
- 1
common.h View File

@@ -332,12 +332,13 @@ typedef int blasint;
#endif #endif
#endif #endif


/*
#ifdef PILEDRIVER #ifdef PILEDRIVER
#ifndef YIELDING #ifndef YIELDING
#define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n"); #define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n");
#endif #endif
#endif #endif
*/


/* /*
#ifdef STEAMROLLER #ifdef STEAMROLLER


Loading…
Cancel
Save