fixed my bug in ger.c
This commit is contained in:
parent
be94db096c
commit
02a504c0b8
|
@ -141,11 +141,11 @@ void CNAME(enum CBLAS_ORDER order,
|
||||||
t = incx;
|
t = incx;
|
||||||
incx = incy;
|
incx = incy;
|
||||||
incy = t;
|
incy = t;
|
||||||
/*
|
|
||||||
buffer = x;
|
buffer = x;
|
||||||
x = y;
|
x = y;
|
||||||
y = buffer;
|
y = buffer;
|
||||||
*/
|
|
||||||
if (lda < MAX(1,m)) info = 9;
|
if (lda < MAX(1,m)) info = 9;
|
||||||
if (incy == 0) info = 7;
|
if (incy == 0) info = 7;
|
||||||
if (incx == 0) info = 5;
|
if (incx == 0) info = 5;
|
||||||
|
|
Loading…
Reference in New Issue