Update trsv_L.c

This commit is contained in:
Martin Kroeker 2022-06-20 07:12:09 +02:00 committed by GitHub
parent 0c4ce5e721
commit 0223e30118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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){