Skip to content

Commit 38cd29b

Browse files
committed
add lapack/laswp.c
1 parent 3c5c768 commit 38cd29b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

patches/extern.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1520,3 +1520,15 @@ index cbb7bba13..bf5d0fa4c 100644
15201520
#ifndef CBLAS
15211521

15221522
void NAME(char *UPLO, char *TRANS, char *DIAG,
1523+
diff --git a/interface/lapack/laswp.c b/interface/lapack/laswp.c
1524+
index 6544dbc5b..f7835abfb 100644
1525+
--- a/interface/lapack/laswp.c
1526+
+++ b/interface/lapack/laswp.c
1527+
@@ -52,6 +52,7 @@ static int (*laswp[])(BLASLONG, BLASLONG, BLASLONG, FLOAT, FLOAT *, BLASLONG, FL
1528+
#endif
1529+
};
1530+
1531+
+__attribute__ ((visibility ("default")))
1532+
int NAME(blasint *N, FLOAT *a, blasint *LDA, blasint *K1, blasint *K2, blasint *ipiv, blasint *INCX){
1533+
1534+
blasint n = *N;

0 commit comments

Comments
 (0)