This is the mail archive of the gcc@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: x86 MMX/SSE ABI compatibility with ICC


On Tue, Jul 13, 2004 at 10:13:02AM +0200, Jan Beulich wrote:
> There, all of the sudden, I have to learn that I'm breaking some ABI by
> passing/returning values of this type to/from functions. I'd have to
> modify all my sources so that I'd pass by pointer/reference instead, or
> I'd have to require a Pentium4 to run my app.

Or, you can realize that all of your vector code is consolidated
within your application -- no vector passing between libraries --
and ignore the warning.

I disagree with your entire analysis.


r~


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