mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
fixed a bug in drot whe incx or incy equals to zero.
This commit is contained in:
@@ -887,6 +887,10 @@
|
||||
|
||||
.L50:
|
||||
movq N, %rax
|
||||
cmpq $0, INCX
|
||||
je .L56
|
||||
cmpq $0, INCY
|
||||
je .L56
|
||||
sarq $2, %rax
|
||||
jle .L55
|
||||
ALIGN_3
|
||||
|
||||
Reference in New Issue
Block a user