Browse Source

Update ztrsv_U.c

pull/3658/head
Martin Kroeker GitHub 3 years ago
parent
commit
13dbc94329
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/ztrsv_U.c

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

@@ -43,7 +43,7 @@
const static FLOAT dm1 = -1.;

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