Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into XLC-AIX

This commit is contained in:
Chip Kerchner 2023-10-03 12:28:26 -05:00
commit 7f7483ff16
1 changed files with 1 additions and 2 deletions

View File

@ -248,9 +248,8 @@ static int __builtin_cpu_is(char *arg)
if (!strcmp(arg, "power8")) return 1;
} else if (ipinfo == CPU_POWER6) {
if (!strcmp(arg, "power6")) return 1;
} else {
return 0;
}
return 0;
}
#endif
#endif /* _AIX */