Browse Source

Fixed align problem in S and C precision GEMM kernels.

tags/v0.2.0^2
wangqian 13 years ago
parent
commit
6cfcb54a28
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      kernel/x86_64/cgemm_kernel_4x8_sandy.S
  2. +1
    -1
      kernel/x86_64/sgemm_kernel_8x8_sandy.S

+ 1
- 1
kernel/x86_64/cgemm_kernel_4x8_sandy.S View File

@@ -3578,7 +3578,7 @@ ADDQ $8*SIZE, ptrba;
ADDQ $16*SIZE, ptrbb;
DECQ k;
JG .L241_bodyB;
.align
ALIGN_5
.L241_loopE:
#ifndef TRMMKERNEL
TEST $2, bk;


+ 1
- 1
kernel/x86_64/sgemm_kernel_8x8_sandy.S View File

@@ -2412,7 +2412,7 @@ ADDQ $4*SIZE, ptrba;
ADDQ $16*SIZE, ptrbb;
DECQ k;
JG .L241_bodyB;
.align
ALIGN_4
.L241_loopE:
#ifndef TRMMKERNEL
TEST $2, bk;


Loading…
Cancel
Save