This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch] Altivec ABI as default for powerpc64 linux


It's not set as the default because the default linux64 processor is a
630, which (as far as I know) doesn't have Altivec.  Perhaps someone
should change that, if linux64 is going to require Altivec.

We're not proposing to enable -maltivec by default, just -mabi=altivec, so we only have to support one ABI. If you don't pass -maltivec, no AltiVec insns will be used, and so no vector regs will be used; vectors of a size that would be a nice fit for an AltiVec reg will just have to be passed like any other strange-size vector.

I don't know if this actually works right now, nor if people agree
with me :-)


Segher



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]