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
Reset cpu property flags between build cycles in DYNAMIC_ARCH mode
tags/v0.3.13^2
Martin Kroeker
GitHub
4 years ago
parent
ccb9731c7b
commit
a04f532edf
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
18 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+18
-0
Makefile.system
+ 18
- 0
Makefile.system
View File
@@ -252,6 +252,22 @@ DUMMY := $(shell $(MAKE) -C $(TOPDIR) -f Makefile.prebuild CC="$(CC)" FC="$(FC)"
ifndef TARGET_CORE
include $(TOPDIR)/Makefile.conf
else
undefine HAVE_NEON
undefine HAVE_VFP
undefine HAVE_VFPV3
undefine HAVE_VFPV4
undefine HAVE_MMX
undefine HAVE_SSE
undefine HAVE_SSE2
undefine HAVE_SSE3
undefine HAVE_SSSE3
undefine HAVE_SSE4_1
undefine HAVE_SSE4_2
undefine HAVE_SSE4A
undefine HAVE_SSE5
undefine HAVE_AVX
undefine HAVE_AVX2
undefine HAVE_FMA3
include $(TOPDIR)/Makefile_kernel.conf
endif
@@ -1522,6 +1538,8 @@ export HAVE_SSE4_2
export HAVE_SSE4A
export HAVE_SSE5
export HAVE_AVX
export HAVE_AVX2
export HAVE_FMA3
export HAVE_VFP
export HAVE_VFPV3
export HAVE_VFPV4
Write
Preview
Loading…
Cancel
Save