Browse Source

bugfix in sgemv_n_microk_haswell-4.c

tags/v0.2.12^2
wernsaar 11 years ago
parent
commit
7c0a94ff47
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      kernel/x86_64/sgemv_n_microk_haswell-4.c

+ 2
- 0
kernel/x86_64/sgemv_n_microk_haswell-4.c View File

@@ -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



Loading…
Cancel
Save