From 8a6bbf5a5bf4623795b2ff9aaa8d35467288d6c7 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 16 Jan 2019 19:57:27 +0100 Subject: [PATCH] Tag operands 0 and 1 as both input and output --- kernel/x86_64/caxpy_microk_haswell-2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/x86_64/caxpy_microk_haswell-2.c b/kernel/x86_64/caxpy_microk_haswell-2.c index 00e2e6a42..f31cf9710 100644 --- a/kernel/x86_64/caxpy_microk_haswell-2.c +++ b/kernel/x86_64/caxpy_microk_haswell-2.c @@ -113,8 +113,8 @@ static void caxpy_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