diff --git a/kernel/x86_64/cdot_microk_haswell-2.c b/kernel/x86_64/cdot_microk_haswell-2.c index fe195a63b..9fee7615d 100644 --- a/kernel/x86_64/cdot_microk_haswell-2.c +++ b/kernel/x86_64/cdot_microk_haswell-2.c @@ -99,8 +99,8 @@ static void cdot_kernel_16( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *dot) : : - "r" (i), // 0 - "r" (n), // 1 + "+r" (i), // 0 + "+r" (n), // 1 "r" (x), // 2 "r" (y), // 3 "r" (dot) // 4