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