We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847c20c commit ede5efeCopy full SHA for ede5efe
kernel/power/sgemm_logic_power9.S
@@ -136,8 +136,8 @@ LSGEMM_L8x16_BEGIN:
136
#endif
137
138
ZERO8x16
139
- mtctr L
140
ble LSGEMM_L8x16_SUB0
+ mtctr L
141
bl LSGEMM_L8x16_LMAIN_SUB
142
andi. L, T12, 127
143
ble LSGEMM_L8x16_SAVE
@@ -146,7 +146,7 @@ LSGEMM_L8x16_BEGIN:
146
LSGEMM_L8x16_SUB0:
147
#if defined(TRMMKERNEL)
148
andi. L, T11, 255
149
- cmpwi T11,128
+ cmpwi T11,129
150
#else
151
andi. L, K, 255
152
cmpwi K,129
0 commit comments