Update trsv_U.c

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

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