From 45339034256043b4405fd6330f918cbed3660ac4 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 17 Jan 2019 09:43:14 +0100 Subject: [PATCH] Remove stray comma --- kernel/x86_64/dscal_microk_haswell-2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/x86_64/dscal_microk_haswell-2.c b/kernel/x86_64/dscal_microk_haswell-2.c index 90790cfdc..77ed59a4e 100644 --- a/kernel/x86_64/dscal_microk_haswell-2.c +++ b/kernel/x86_64/dscal_microk_haswell-2.c @@ -123,7 +123,7 @@ static void dscal_kernel_8( BLASLONG n, FLOAT *alpha, FLOAT *x) : "+r" (n1), // 0 - "+r" (x), // 1 + "+r" (x) // 1 : "r" (alpha), // 2 "r" (n2) // 3 @@ -189,7 +189,7 @@ static void dscal_kernel_8_zero( BLASLONG n, FLOAT *alpha, FLOAT *x) : "+r" (n1), // 0 - "+r" (x), // 1 + "+r" (x) // 1 : "r" (alpha), // 2 "r" (n2) // 3