Browse Source

Restore initialization of data01,data02

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
9567305e4c
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/generic/ztrsm_utcopy_1.c

+ 1
- 1
kernel/generic/ztrsm_utcopy_1.c View File

@@ -43,7 +43,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT

BLASLONG i, ii, j, jj;

FLOAT data01, data02;
FLOAT data01=0.0, data02=0.0;
FLOAT *a1;

lda *= 2;


Loading…
Cancel
Save