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
Handle inadvertent use of DYNAMIC_ARCH=0
tags/v0.3.16^2
Martin Kroeker
GitHub
4 years ago
parent
02087a62e7
commit
0e73d20629
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile.x86
+1
-1
Makefile.x86_64
+ 1
- 1
Makefile.x86
View File
@@ -1,6 +1,6 @@
# COMPILER_PREFIX = mingw32-
ifn
def DYNAMIC_ARCH
ifn
eq ($(DYNAMIC_ARCH),1)
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE
+ 1
- 1
Makefile.x86_64
View File
@@ -9,7 +9,7 @@ endif
endif
ifn
def DYNAMIC_ARCH
ifn
eq ($(DYNAMIC_ARCH),1)
ADD_CPUFLAGS = 1
else
ifdef TARGET_CORE
Write
Preview
Loading…
Cancel
Save