Fixed align problem in S and C precision GEMM kernels.

This commit is contained in:
wangqian 2012-06-20 07:38:39 +08:00
parent 3ef96aa567
commit 6cfcb54a28
2 changed files with 2 additions and 2 deletions

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;

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;