https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116266
--- Comment #2 from Peter Bergner <bergner at gcc dot gnu.org> --- (In reply to Kewen Lin from comment #0) > I think not having TARGET_P10_VECTOR isn't intentional, as we still allow > -mno-vsx with -mcpu=power10. We have TARGET_P8_VECTOR and TARGET_P9_VECTOR > for P8 and P9 vector support respectively, we should have a similar > TARGET_P10_VECTOR which can be TARGET_POWER10 && TARGET_VSX underlying, also > need enum bif_enable ENB_P10V and so on. I agree that's an oversight and we need TARGET_P10_VECTOR.