Skip to content

Commit 292d1af

Browse files
authored
Update omatcopy_rt.c
1 parent 325b398 commit 292d1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/omatcopy_rt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLO
166166
#else
167167

168168
int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG ldb)
169-
169+
{
170170
BLASLONG i, j;
171171
FLOAT *a_offset, *a_offset1, *a_offset2, *a_offset3, *a_offset4;
172172
FLOAT *b_offset, *b_offset1, *b_offset2, *b_offset3, *b_offset4;

0 commit comments

Comments
 (0)