Browse Source

Update omatcopy_rt.c

tags/v0.3.14^2
Martin Kroeker GitHub 5 years ago
parent
commit
292d1af1a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/omatcopy_rt.c

+ 1
- 1
kernel/x86_64/omatcopy_rt.c View File

@@ -166,7 +166,7 @@ int CNAME(BLASLONG rows, BLASLONG cols, FLOAT alpha, FLOAT *a, BLASLONG lda, FLO
#else

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


Loading…
Cancel
Save