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