Update cdot_microk_steamroller-2.c
This commit is contained in:
parent
81691c726e
commit
ab8cc00736
|
@ -98,7 +98,7 @@ static void cdot_kernel_16( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *dot)
|
|||
|
||||
:
|
||||
"+r" (i), // 0
|
||||
"+r" (n), // 1
|
||||
"+r" (n) // 1
|
||||
:
|
||||
"r" (x), // 2
|
||||
"r" (y), // 3
|
||||
|
@ -177,7 +177,7 @@ static void cdot_kernel_16( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *dot)
|
|||
|
||||
:
|
||||
"+r" (i), // 0
|
||||
"+r" (n), // 1
|
||||
"+r" (n) // 1
|
||||
:
|
||||
"r" (x), // 2
|
||||
"r" (y), // 3
|
||||
|
|
Loading…
Reference in New Issue