We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b85a11 commit e612c6dCopy full SHA for e612c6d
LAPACKE/src/lapacke_dtfsm_work.c
@@ -50,7 +50,7 @@ lapack_int API_SUFFIX(LAPACKE_dtfsm_work)( int matrix_layout, char transr, char
50
lapack_int mn = m;
51
double* b_t = NULL;
52
double* a_t = NULL;
53
- if( LAPACKE_lsame( side, 'r' ) ) mn = n;
+ if( API_SUFFIX(LAPACKE_lsame)( side, 'r' ) ) mn = n;
54
/* Check leading dimension(s) */
55
if( ldb < m ) {
56
info = -12;
0 commit comments