mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Merge pull request #5439 from martin-frbg/fixup5354
clean up duplicate assignment of cpus newer than POWER10
This commit is contained in:
@@ -69,7 +69,7 @@ static int cpuid(void)
|
||||
else if (arch == POWER_9) return CPU_POWER9;
|
||||
#endif
|
||||
#ifdef POWER_10
|
||||
else if (arch >= POWER_10) return CPU_POWER10;
|
||||
else if (arch == POWER_10) return CPU_POWER10;
|
||||
#endif
|
||||
#ifdef POWER_11
|
||||
else if (arch >= POWER_11) return CPU_POWER10;
|
||||
|
||||
Reference in New Issue
Block a user