This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
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
Add proper defaults for IMIN/IMAX
tags/v0.3.20
Martin Kroeker
GitHub
3 years ago
parent
204e021515
commit
addc2a7aaa
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
10 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-2
kernel/sparc/KERNEL
+ 10
- 2
kernel/sparc/KERNEL
View File
@@ -39,11 +39,19 @@ IZAMINKERNEL = izamax.S
endif
ifndef ISMINKERNEL
ISMINKERNEL = i
a
max.S
ISMINKERNEL = imax.S
endif
ifndef IDMINKERNEL
IDMINKERNEL = iamax.S
IDMINKERNEL = imax.S
endif
ifndef ISMAXKERNEL
ISMAXKERNEL = imax.S
endif
ifndef IDMAXKERNEL
IDMAXKERNEL = imax.S
endif
ifndef SNRM2KERNEL
Write
Preview
Loading…
Cancel
Save