Just use xmmintrin.h when building with Solaris Studio compilers
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Sat, 25 Feb 2012 02:02:56 +0000 (18:02 -0800)
committerAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 6 Mar 2012 02:57:26 +0000 (18:57 -0800)
commit85943733cbd7b62991ee962aa22f28bc5d1be353
treec754c6531e856cbf50061c669f54cdbcda0efe53
parent304f57644ac6a991c6e538675de935356252c0a5
Just use xmmintrin.h when building with Solaris Studio compilers

Since the Solaris Studio compilers don't have a mode where MMX
instructions are available and SSE instructions are not, we can
just use the <xmmintrin.h> header directly.

Fixes build failure due to Studio not supporting the __gnu_inline__
or __artificial__ attributes.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Acked-by: Matt Turner <mattst88@gmail.com>
pixman/pixman-mmx.c