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
temporarily change default C/ZSCAL to the non-asm implementation
tags/v0.3.30
Martin Kroeker
GitHub
3 months ago
parent
cc4b04a684
commit
d36093d084
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
kernel/mips64/KERNEL
+ 3
- 0
kernel/mips64/KERNEL
View File
@@ -6,6 +6,9 @@ CROTKERNEL = ../mips/zrot.c
ZROTKERNEL = ../mips/zrot.c
CSWAPKERNEL = ../mips/zswap.c
ZSWAPKERNEL = ../mips/zswap.c
CSCALKERNEL = zscal.c
ZSCALKERNEL = zscal.c
ifndef SNRM2KERNEL
Write
Preview
Loading…
Cancel
Save