From 7c0a94ff472bcb01d666ca0bd6975c0b24267680 Mon Sep 17 00:00:00 2001 From: wernsaar Date: Mon, 8 Sep 2014 10:54:33 +0200 Subject: [PATCH] bugfix in sgemv_n_microk_haswell-4.c --- kernel/x86_64/sgemv_n_microk_haswell-4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/x86_64/sgemv_n_microk_haswell-4.c b/kernel/x86_64/sgemv_n_microk_haswell-4.c index 1e4498d9e..8f56655a9 100644 --- a/kernel/x86_64/sgemv_n_microk_haswell-4.c +++ b/kernel/x86_64/sgemv_n_microk_haswell-4.c @@ -248,6 +248,8 @@ static void sgemv_kernel_4x4( BLASLONG n, FLOAT **ap, FLOAT *x, FLOAT *y, FLOAT ".align 16 \n\t" ".L01LOOP%=: \n\t" + "vxorps %%ymm4 , %%ymm4, %%ymm4 \n\t" + "vxorps %%ymm5 , %%ymm5, %%ymm5 \n\t" "vmovups (%3,%0,4), %%ymm8 \n\t" // 8 * y "vmovups 32(%3,%0,4), %%ymm9 \n\t" // 8 * y