This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Refs
#281
. Detect __CYGWIN__ macro for Cygwin x86_64.
Signed-off-by: Zhang Xianyi <traits.zhang@gmail.com>
tags/v0.2.9.rc1
Zhang Xianyi
12 years ago
parent
52f587db7f
commit
db389b5915
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common_thread.h
+ 1
- 1
common_thread.h
View File
@@ -103,7 +103,7 @@ typedef struct blas_queue {
struct blas_queue *next;
#if defined( __WIN32__) || defined(__CYGWIN32__) || defined(_WIN32)
#if defined( __WIN32__) || defined(__CYGWIN32__) || defined(_WIN32)
|| defined(__CYGWIN__)
CRITICAL_SECTION lock;
HANDLE finish;
#else
Write
Preview
Loading…
Cancel
Save