Browse Source

Fix harmless typo

fixes #1872
tags/v0.3.4
Martin Kroeker GitHub 6 years ago
parent
commit
368d14f8c8
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
      driver/level2/gemv_thread.c

+ 1
- 1
driver/level2/gemv_thread.c View File

@@ -165,7 +165,7 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *alpha, FLOAT *a, BLASLONG lda, FLOAT *x

BLASLONG width, i, num_cpu;

#if !defined(TRANSA) && !defined(iUNSAFE)
#if !defined(TRANSA) && !defined(UNSAFE)
int split_x=0;
#endif



Loading…
Cancel
Save