Skip to content

Commit 3abc22a

Browse files
authored
Merge pull request #1757 from brada4/develop
fix small typo in strmm_ LN
2 parents 5d42b6e + 1e53170 commit 3abc22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/generic/trmm_lncopy_16.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG posX, BLASLON
661661
b[ 9] = ZERO;
662662
b[ 10] = ZERO;
663663
b[ 11] = ZERO;
664-
b[ 11] = ZERO;
664+
b[ 12] = ZERO;
665665
b[ 13] = ZERO;
666666
b[ 14] = ZERO;
667667
b[ 15] = ZERO;

0 commit comments

Comments
 (0)