Browse Source

Update trsv_L.c

pull/3658/head
Martin Kroeker GitHub 3 years ago
parent
commit
0223e30118
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/trsv_L.c

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

@@ -46,7 +46,7 @@ const static FLOAT dm1 = -1.;
#define GEMV_UNROLL DTB_ENTRIES

int
#ifndef MSVC
#ifndef C_MSVC
__attribute__((visibility("hidden")))
#endif
CNAME(BLASLONG m, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){


Loading…
Cancel
Save