This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge
fb31c8154d
into
8f0d6c06a9
pull/1051/merge
Martin Kroeker
GitHub
9 years ago
parent
8f0d6c06a9
fb31c8154d
commit
1b0c096d7f
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
common.h
+ 4
- 0
common.h
View File
@@ -313,6 +313,10 @@ typedef int blasint;
#if defined(OS_SUNOS)
#define YIELDING thr_yield()
#endif
#if defined(OS_LINUX)
#define YIELDING __asm__ __volatile__ ("nop;nop;nop;nop;nop;nop;nop;nop;\n");
#endif
#if defined(OS_WINDOWS)
#if defined(_MSC_VER) && !defined(__clang__)
Write
Preview
Loading…
Cancel
Save