Merge pull request #2271 from quickwritereader/strmm_fix
fixed bug power9 strmm . BLAS-TESTER passes
This commit is contained in:
commit
5e244d80f2
|
@ -136,8 +136,8 @@ LSGEMM_L8x16_BEGIN:
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ZERO8x16
|
ZERO8x16
|
||||||
mtctr L
|
|
||||||
ble LSGEMM_L8x16_SUB0
|
ble LSGEMM_L8x16_SUB0
|
||||||
|
mtctr L
|
||||||
bl LSGEMM_L8x16_LMAIN_SUB
|
bl LSGEMM_L8x16_LMAIN_SUB
|
||||||
andi. L, T12, 127
|
andi. L, T12, 127
|
||||||
ble LSGEMM_L8x16_SAVE
|
ble LSGEMM_L8x16_SAVE
|
||||||
|
@ -146,7 +146,7 @@ LSGEMM_L8x16_BEGIN:
|
||||||
LSGEMM_L8x16_SUB0:
|
LSGEMM_L8x16_SUB0:
|
||||||
#if defined(TRMMKERNEL)
|
#if defined(TRMMKERNEL)
|
||||||
andi. L, T11, 255
|
andi. L, T11, 255
|
||||||
cmpwi T11,128
|
cmpwi T11,129
|
||||||
#else
|
#else
|
||||||
andi. L, K, 255
|
andi. L, K, 255
|
||||||
cmpwi K,129
|
cmpwi K,129
|
||||||
|
|
Loading…
Reference in New Issue