This is the mail archive of the gcc-help@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: portability of __m128i static initializers between gcc and Microsoft C


"Blower, Melanie" <melanie.blower@intel.com> writes:

> I discovered an incompatability of the type definition of __m128i
> between gcc and Microsoft C that may cause a problem when moving
> source code between these two compilers when static initializers are
> used. Is there a process to address discrepancies of this nature?

The __m128i type is specified by Intel.  So if gcc differs from icc, we
should change it.

Ian


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