This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
Refs
#281
. Detect _WIN32 macro for Windows API.
http://www.mail-archive.com/bug-gnulib@gnu.org/msg05722.html
tags/v0.2.9.rc1
Zhang Xianyi
12 years ago
parent
1569bf14f8
commit
52f587db7f
1 changed files
with
1 additions
and
1 deletions
Unified 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;
struct blas_queue *next;
#if defined( __WIN32__) || defined(__CYGWIN32__)
#if defined( __WIN32__) || defined(__CYGWIN32__)
|| defined(_WIN32)
CRITICAL_SECTION lock;
CRITICAL_SECTION lock;
HANDLE finish;
HANDLE finish;
#else
#else
Write
Preview
Loading…
Cancel
Save