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
Removed MSVC cpuid func when using clang.
tags/v0.2.15^2
Hank Anderson
11 years ago
parent
3649cfbd7b
commit
e19bf3a28b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cpuid_x86.c
+ 1
- 1
cpuid_x86.c
View File
@@ -59,7 +59,7 @@
#endif
*/
#if
def _MSC_VER
#if
defined(_MSC_VER) && !defined(__clang__)
void cpuid(int op, int *eax, int *ebx, int *ecx, int *edx)
{
Write
Preview
Loading…
Cancel
Save