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: "otaylor at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jul 2003 20:34:04 -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 otaylor at redhat dot com 2003-07-23 20:34 -------
Indeed 8871 is about fixing the 64-bit casting to use movd. I think this bug
should be marked as a duplicate.
(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.)