Update trsv_L.c
This commit is contained in:
parent
0c4ce5e721
commit
0223e30118
|
@ -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…
Reference in New Issue