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
Disable the default SSE kernels for CSCAL/ZSCAL for now
tags/v0.3.30
Martin Kroeker
GitHub
3 months ago
parent
ca1ce84ee5
commit
549a9f1dbb
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
kernel/x86_64/KERNEL
+ 2
- 2
kernel/x86_64/KERNEL
View File
@@ -323,11 +323,11 @@ DSCALKERNEL = scal_sse2.S
endif
ifndef CSCALKERNEL
CSCALKERNEL =
zscal_sse.S
CSCALKERNEL =
../arm/zscal.c
endif
ifndef ZSCALKERNEL
ZSCALKERNEL =
zscal_sse2.S
ZSCALKERNEL =
../arm/zscal.c
endif
ifndef ASCALKERNEL
Write
Preview
Loading…
Cancel
Save