Browse Source

Restore initialization of data variables

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
cfa0a80664
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/generic/ztrsm_utcopy_2.c

+ 1
- 0
kernel/generic/ztrsm_utcopy_2.c View File

@@ -47,6 +47,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, BLASLONG offset, FLOAT
FLOAT data05, data06, data07, data08;
FLOAT *a1, *a2;

data01=data02=data07=data08=0.0;
lda *= 2;

jj = offset;


Loading…
Cancel
Save