From 7af8f34df4efcc0ecaaa34c380119edcd5d206de Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 16 Jan 2019 20:24:55 +0100 Subject: [PATCH] Tag operands 0 and 1 as both input and output --- kernel/x86_64/daxpy_microk_haswell-2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/x86_64/daxpy_microk_haswell-2.c b/kernel/x86_64/daxpy_microk_haswell-2.c index bbe8b9550..67431659d 100644 --- a/kernel/x86_64/daxpy_microk_haswell-2.c +++ b/kernel/x86_64/daxpy_microk_haswell-2.c @@ -61,8 +61,8 @@ static void daxpy_kernel_8( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *alpha) : : - "r" (i), // 0 - "r" (n), // 1 + "+r" (i), // 0 + "+r" (n), // 1 "r" (x), // 2 "r" (y), // 3 "r" (alpha) // 4