From ba9f792e759ea97e75445b1fe1eaab4f3432f4f1 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 16 Jan 2019 20:45:08 +0100 Subject: [PATCH] Tag operands 0 and 1 as both input and output --- kernel/x86_64/sdot_microk_sandy-2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/x86_64/sdot_microk_sandy-2.c b/kernel/x86_64/sdot_microk_sandy-2.c index ca13536f2..e77ba1424 100644 --- a/kernel/x86_64/sdot_microk_sandy-2.c +++ b/kernel/x86_64/sdot_microk_sandy-2.c @@ -84,8 +84,8 @@ static void sdot_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