Skip to content

Commit e3951fb

Browse files
fix linkage of cblas_xerbla
1 parent 9af1f59 commit e3951fb

File tree

8 files changed

+0
-8
lines changed

8 files changed

+0
-8
lines changed

CBLAS/testing/c_c2chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_c2chke(char *rout

CBLAS/testing/c_c3chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_c3chke(char * rout

CBLAS/testing/c_d2chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_d2chke(char *rout

CBLAS/testing/c_d3chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_d3chke(char *rout

CBLAS/testing/c_s2chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_s2chke(char *rout

CBLAS/testing/c_s3chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029

3130
}
3231

CBLAS/testing/c_z2chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_z2chke(char *rout

CBLAS/testing/c_z3chke.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ void chkxer(void) {
2626
cblas_ok = 0 ;
2727
}
2828
cblas_lerr = 1 ;
29-
link_xerbla = TRUE;
3029
}
3130

3231
void F77_z3chke(char *rout

0 commit comments

Comments
 (0)