"Blower, Melanie" <melanie.blower@xxxxxxxxx> 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