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: x86 generic simd fixlet


On Tue, Jul 08, 2003 at 08:29:08PM -0400, Aldy Hernandez wrote:
> Yeah sure, with SSE the arguments may go in SIMD registers.  Without
> it, they go in GPRs.  Completely different ABIs ;-).

Um, no.  The bit you're changing is checking for alignment 
on the stack.  The x86 abi uses *no* SSE registers for passing
parameters.  The amd64 abi does; don't confuse the two.


r~


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