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
Fixed
#789
Fix utest/ctest.h on Mingw.
tags/v0.2.16^2
Zhang Xianyi
10 years ago
parent
8c43d7fa5f
commit
d23c7c713c
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
utest/ctest.h
+ 4
- 0
utest/ctest.h
View File
@@ -58,6 +58,10 @@ struct ctest {
#define __CTEST_APPLE
#endif
#ifdef __MINGW32__
#undef CTEST_SEGFAULT
#endif
#if defined(_WIN32) && defined(_MSC_VER)
#define __CTEST_MSVC
#endif
Write
Preview
Loading…
Cancel
Save