Update ztrsv_L.c
This commit is contained in:
parent
13dbc94329
commit
0c4ce5e721
|
@ -43,7 +43,7 @@
|
||||||
const static FLOAT dm1 = -1.;
|
const static FLOAT dm1 = -1.;
|
||||||
|
|
||||||
int
|
int
|
||||||
#ifndef MSVC
|
#ifndef C_MSVC
|
||||||
__attribute__((visibility("hidden")))
|
__attribute__((visibility("hidden")))
|
||||||
#endif
|
#endif
|
||||||
CNAME(BLASLONG m, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
|
CNAME(BLASLONG m, FLOAT *a, BLASLONG lda, FLOAT *b, BLASLONG incb, void *buffer){
|
||||||
|
|
Loading…
Reference in New Issue