https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115688
--- Comment #3 from Segher Boessenkool <segher at gcc dot gnu.org> --- Something like that. But why would we want to disable generation of VSX or VMX insns at all? This is similar to disabling generation of popcntd insns if you do not like those! Having generation of V*X insns enabled is completely independent of whether something special is done for them for inter-procedural things (ABI things or similar). It sounds like the actual problem this code wants to tackle is one of those things, but instead it uses a heavy hammer?