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:
Martin Kroeker 2019-02-13 22:06:41 +01:00 committed by GitHub
parent 69edc5bbe7
commit f9d67bb5e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ LL(12):
STFD f0, 14 * SIZE(CO1) STFD f0, 14 * SIZE(CO1)
STFD f0, 15 * SIZE(CO1) STFD f0, 15 * SIZE(CO1)
dcbst PRE, CO1 dcbtst PRE, CO1
addi CO1, CO1, 16 * SIZE addi CO1, CO1, 16 * SIZE
bdnz LL(12) bdnz LL(12)
.align 4 .align 4