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
Assume no underline suffixes on symbols when compiling with ifx on Windows
tags/v0.3.29
Martin Kroeker
GitHub
9 months ago
parent
d78fbe425c
commit
5d81e514e4
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
ctest/cblas_test.h
+ 4
- 0
ctest/cblas_test.h
View File
@@ -10,6 +10,10 @@
#define int long
#endif
#if defined(_MSC_VER) && defined(__INTEL_CLANG_COMPILER)
//#define LAPACK_COMPLEX_STRUCTURE
#define NOCHANGE
#endif
/* e.g. mingw64/x86_64-w64-mingw32/include/winerror.h */
#ifdef FAILED
#undef FAILED
Write
Preview
Loading…
Cancel
Save