Update ddot_microk_nehalem-2.c
This commit is contained in:
parent
64fcdadf39
commit
504dd44e88
|
@ -75,10 +75,10 @@ static void ddot_kernel_8( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *dot)
|
||||||
|
|
||||||
"movsd %%xmm4, (%4) \n\t"
|
"movsd %%xmm4, (%4) \n\t"
|
||||||
|
|
||||||
:
|
:
|
||||||
:
|
|
||||||
"+r" (i), // 0
|
"+r" (i), // 0
|
||||||
"+r" (n), // 1
|
"+r" (n), // 1
|
||||||
|
:
|
||||||
"r" (x), // 2
|
"r" (x), // 2
|
||||||
"r" (y), // 3
|
"r" (y), // 3
|
||||||
"r" (dot) // 4
|
"r" (dot) // 4
|
||||||
|
|
Loading…
Reference in New Issue