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
fixed
#4
csrot returned the wrong result when incx==incy==0.
tags/v0.1alpha1
Xianyi Zhang
14 years ago
parent
c79696cc61
commit
c5852d4e30
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
kernel/x86_64/zrot_sse.S
+ 4
- 0
kernel/x86_64/zrot_sse.S
View File
@@ -1523,6 +1523,10 @@
.L50:
movq N, %rax
cmpq $0, INCX
je .L56
cmpq $0, INCY
je .L56
sarq $2, %rax
jle .L55
ALIGN_3
Write
Preview
Loading…
Cancel
Save