Browse Source

modified common.h for piledriver

tags/v0.2.16^2
Werner Saar 9 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

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

/*
#ifdef STEAMROLLER


Loading…
Cancel
Save