Skip to content

Commit 2e6333f

Browse files
committed
modified common.h for piledriver
1 parent c99cc41 commit 2e6333f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

common.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,13 @@ typedef int blasint;
332332
#endif
333333
#endif
334334

335-
335+
/*
336336
#ifdef PILEDRIVER
337337
#ifndef YIELDING
338338
#define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n");
339339
#endif
340340
#endif
341+
*/
341342

342343
/*
343344
#ifdef STEAMROLLER

0 commit comments

Comments
 (0)