We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4a1153 commit 05d0438Copy full SHA for 05d0438
benchmark/getri.c
@@ -92,7 +92,7 @@ int main(int argc, char *argv[]){
92
93
if ((p = getenv("OPENBLAS_TEST"))) btest=*p;
94
95
- if ((p = getenv("OPENBLAS_LOOPS"))) loops=*p;
+ if ((p = getenv("OPENBLAS_LOOPS"))) loops=atoi(p);
96
97
fprintf(stderr, "From : %3d To : %3d Step = %3d\n", from, to, step);
98
0 commit comments