Fix out-of-bounds memory access in gemm_beta
Fixes #2011 (as suggested by davemq) presuming typo by K.Goto
This commit is contained in:
parent
69edc5bbe7
commit
f9d67bb5e8
|
@ -129,7 +129,7 @@ LL(12):
|
|||
STFD f0, 14 * SIZE(CO1)
|
||||
STFD f0, 15 * SIZE(CO1)
|
||||
|
||||
dcbst PRE, CO1
|
||||
dcbtst PRE, CO1
|
||||
addi CO1, CO1, 16 * SIZE
|
||||
bdnz LL(12)
|
||||
.align 4
|
||||
|
|
Loading…
Reference in New Issue