Remove stray comma
This commit is contained in:
parent
003583675d
commit
78aeb19e46
|
@ -106,7 +106,7 @@ static void sger_kernel_16( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *alpha)
|
||||||
|
|
||||||
:
|
:
|
||||||
"+r" (i), // 0
|
"+r" (i), // 0
|
||||||
"+r" (n), // 1
|
"+r" (n) // 1
|
||||||
:
|
:
|
||||||
"r" (x), // 2
|
"r" (x), // 2
|
||||||
"r" (y), // 3
|
"r" (y), // 3
|
||||||
|
|
Loading…
Reference in New Issue