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: [RFC/RFT] Tree-level lowering of generic vectors, part 2


	The AIX and PPC64 ABI passes vectors by value, where vectors
normally means Altivec/VMX.  Non-prototyped functions and stdarg vectors
are passed in GPRs as a quadword.  I am a little concerned about deviating
from the ABI for vectors that are larger than VMX types.  We may have to
do it.

David


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