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
ARM64: Remove #define ARMV8 for THUNDERX
tags/v0.3.4
Ashwin Sekhar T K
7 years ago
parent
e7b66cd36e
commit
af2837c392
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
cpuid_arm64.c
+ 0
- 1
cpuid_arm64.c
View File
@@ -237,7 +237,6 @@ void get_cpuconfig(void)
break;
case CPU_THUNDERX:
printf("#define ARMV8\n");
printf("#define THUNDERX\n");
printf("#define L1_DATA_SIZE 32768\n");
printf("#define L1_DATA_LINESIZE 128\n");
Write
Preview
Loading…
Cancel
Save