Skip to content

Commit 5e244d8

Browse files
authored
Merge pull request #2271 from quickwritereader/strmm_fix
fixed bug power9 strmm . BLAS-TESTER passes
2 parents 84908d6 + ede5efe commit 5e244d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/power/sgemm_logic_power9.S

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ LSGEMM_L8x16_BEGIN:
136136
#endif
137137

138138
ZERO8x16
139-
mtctr L
140139
ble LSGEMM_L8x16_SUB0
140+
mtctr L
141141
bl LSGEMM_L8x16_LMAIN_SUB
142142
andi. L, T12, 127
143143
ble LSGEMM_L8x16_SAVE
@@ -146,7 +146,7 @@ LSGEMM_L8x16_BEGIN:
146146
LSGEMM_L8x16_SUB0:
147147
#if defined(TRMMKERNEL)
148148
andi. L, T11, 255
149-
cmpwi T11,128
149+
cmpwi T11,129
150150
#else
151151
andi. L, K, 255
152152
cmpwi K,129

0 commit comments

Comments
 (0)