mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Fix OPENBLAS_LOOPS assignment
This commit is contained in:
@@ -85,7 +85,7 @@ int main(int argc, char *argv[]){
|
||||
double time1, time2, timeg1,timeg2;
|
||||
|
||||
char *p;
|
||||
if ((p = getenv("OPENBLAS_LOOPS"))) loops=*p;
|
||||
if ((p = getenv("OPENBLAS_LOOPS"))) loops=atoi(p);
|
||||
|
||||
argc--;argv++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user