Skip to content

Commit 7f7483f

Browse files
author
Chip Kerchner
committed
Merge branch 'XLC-AIX' of github.ibm.com:PowerAppLibs/openblas into XLC-AIX
2 parents 1c4ec47 + 09212f8 commit 7f7483f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

driver/others/dynamic_power.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,8 @@ static int __builtin_cpu_is(char *arg)
248248
if (!strcmp(arg, "power8")) return 1;
249249
} else if (ipinfo == CPU_POWER6) {
250250
if (!strcmp(arg, "power6")) return 1;
251-
} else {
252-
return 0;
253251
}
252+
return 0;
254253
}
255254
#endif
256255
#endif /* _AIX */

0 commit comments

Comments
 (0)