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 4f504e0 commit 51219d2Copy full SHA for 51219d2
CBLAS/testing/c_s2chke.c
@@ -46,7 +46,7 @@ void F77_s2chke(char *rout
46
if (link_xerbla) /* call these first to link */
47
{
48
cblas_xerbla(cblas_info,cblas_rout,"");
49
- F77_xerbla(cblas_rout,&cblas_info);
+ F77_xerbla(cblas_rout,&cblas_info, 1);
50
}
51
#endif
52
0 commit comments