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
Merge pull request
#1276
from cconrads-scicomp/android_-lm_fix
ARM: do not add linker flag `-lm` unconditionally
tags/v0.3.0
Martin Kroeker
GitHub
9 years ago
parent
be7c1b6324
9cc6599056
commit
9e9a9553db
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
Makefile.system
+ 0
- 4
Makefile.system
View File
@@ -242,10 +242,6 @@ EXTRALIB += -lm
NO_EXPRECISION = 1
endif
ifeq ($(OSNAME), Android)
EXTRALIB += -lm
endif
ifeq ($(OSNAME), AIX)
EXTRALIB += -lm
endif
Write
Preview
Loading…
Cancel
Save