Browse Source

Disable the warning of sgemm bulldozer kernel.

tags/v0.2.9.rc1
Zhang Xianyi 12 years ago
parent
commit
a1ead62f28
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kernel/x86_64/sgemm_kernel_8x4_bulldozer.S

+ 2
- 2
kernel/x86_64/sgemm_kernel_8x4_bulldozer.S View File

@@ -88,7 +88,7 @@
#define KERNEL1(xx) \
vfmaddps %xmm8,%xmm1,%xmm0,%xmm8 ;\
vmovaps %xmm2, %xmm0 ;\
vmovups -28 * SIZE(AO, %rax, 4),%xmm2 ;\
vmovups -28 * SIZE(AO, %rax, 4),%xmm2 ;\
vfmaddps %xmm12,%xmm2, %xmm1, %xmm12 ;\
vmovups -24 * SIZE(BO, %rax, 8), %xmm1 ;\
vfmaddps %xmm9,%xmm3, %xmm0, %xmm9 ;\
@@ -107,7 +107,7 @@
#define KERNEL2(xx) \
vfmaddps %xmm8,%xmm1,%xmm0,%xmm8 ;\
vmovaps %xmm2, %xmm0 ;\
vmovups -20 * SIZE(AO, %rax, 4),%xmm2 ;\
vmovups -20 * SIZE(AO, %rax, 4),%xmm2 ;\
vfmaddps %xmm12,%xmm2, %xmm1, %xmm12 ;\
vmovups -8 * SIZE(BO, %rax, 8), %xmm1 ;\
vfmaddps %xmm9,%xmm3, %xmm0, %xmm9 ;\


Loading…
Cancel
Save