fixed #4 csrot returned the wrong result when incx==incy==0.
This commit is contained in:
parent
c79696cc61
commit
c5852d4e30
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue