This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/11628] movd support for _mm_cvtsi32_si64 and _mm_cvtsi64_si32
- From: "dean-gcc at arctic dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2003 21:46:03 -0000
- Subject: [Bug target/11628] movd support for _mm_cvtsi32_si64 and _mm_cvtsi64_si32
- References: <20030722041707.11628.dean-gcc@arctic.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11628
------- Additional Comments From dean-gcc at arctic dot org 2003-07-23 21:46 -------
Subject: Re: movd support for _mm_cvtsi32_si64 and
_mm_cvtsi64_si32
On Wed, 23 Jul 2003, otaylor at redhat dot com wrote:
> (Ading extra builtins to work around the broken patterns for
> casting, which it sounds like what this patch does, is, IMO,
> not a good idea.)
i agree! thanks :) i just took the wussy approach 'cause i don't know
enough gcc to do the right appraoch.
-dean