public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Intrinsic and -msse2
@ 2004-03-04  3:42 Matthew Tippett
  0 siblings, 0 replies; only message in thread
From: Matthew Tippett @ 2004-03-04  3:42 UTC (permalink / raw)
  To: gcc-help

Hello,

I am trying to get a project compiled that utilises intrinsics.

The intrisic code is guarded by code that detects the processor type.

Now, the problem is that I need to turn on -msse2 to have access to 
the __m128i datatype, but turning that on seems to cause the 
compiler to convert some code to include the cvtsi2sd instruction 
which is not supported on athlon systems.

So... Is there a way that I can turn on SSE2 intrinsic support 
without getting the compiler to optimise for SSE2 instructions in 
general code?

Regards,

Matthew

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-04  3:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-04  3:42 Intrinsic and -msse2 Matthew Tippett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).