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
Handle inadvertent use of DYNAMIC_ARCH=0
pull/3241/head
Martin Kroeker
GitHub
5 years ago
parent
02087a62e7
commit
cc7ef7ee71
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
8 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
Makefile.x86_64
+ 0
- 8
Makefile.x86_64
View File
@@ -36,14 +36,6 @@ ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -msse4.1
FCOMMON_OPT += -msse4.1
endif
endif
endif
endif
ifndef OLDGCC
ifdef HAVE_AVX
CCOMMON_OPT += -mavx
ifneq ($(F_COMPILER), NAG)
FCOMMON_OPT += -mavx
endif
endif
endif
ifndef NO_AVX2
ifndef NO_AVX2
ifdef HAVE_AVX2
ifdef HAVE_AVX2
CCOMMON_OPT += -mavx2
CCOMMON_OPT += -mavx2
Write
Preview
Loading…
Cancel
Save