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
Force `DYNAMIC_ARCH` to empty when `DYNAMIC_CORE` is not set
tags/v0.2.20^2
Elliot Saba
8 years ago
parent
5b04cf7ab4
commit
6e972994b2
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
Makefile.system
+ 2
- 1
Makefile.system
View File
@@ -453,8 +453,9 @@ DYNAMIC_CORE += HASWELL ZEN
endif
endif
endif
endif
# If DYNAMIC_CORE is not set, DYNAMIC_ARCH cannot do anything, so force it to empty
ifndef DYNAMIC_CORE
ifndef DYNAMIC_CORE
DYNAMIC_ARCH
=
override
DYNAMIC_ARCH=
endif
endif
endif
endif
Write
Preview
Loading…
Cancel
Save