This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Intrinsic support without -sse2
- From: Richard Henderson <rth at redhat dot com>
- To: Matthew Tippett <matthew dot tippett at sympatico dot ca>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 4 Mar 2004 12:48:08 -0800
- Subject: Re: Intrinsic support without -sse2
- References: <4046B632.1040709@sympatico.ca>
On Wed, Mar 03, 2004 at 11:53:06PM -0500, Matthew Tippett wrote:
> Is this possible at all? -msse2 generates in some cases sse2
> optimisations, but is required to use sse2 intrinsics.
No. You'll need to put all your sse code in a separate file.
r~