configure: add POWER9 & 10 cpus

IBM introduced POWER9 in 2017 and likewise POWER10 in 2020.
This commit is contained in:
Sean McGovern
2025-02-03 10:00:10 -05:00
committed by michaelni
parent ac59fc542f
commit 10f1ff7dc2

2
configure vendored
View File

@@ -5620,7 +5620,7 @@ elif enabled ppc; then
cpuflags="-mcpu=$cpu"
disable vsx
;;
power[7-8]*)
power[7-9]*|power10)
cpuflags="-mcpu=$cpu"
;;
cell)