This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/32869] _mm_cvtsi64x_si128/_mm_cvtsi64_si128 are valid in 32-bit x86 code as well
- From: "dean at arctic dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Oct 2007 18:43:31 -0000
- Subject: [Bug target/32869] _mm_cvtsi64x_si128/_mm_cvtsi64_si128 are valid in 32-bit x86 code as well
- References: <bug-32869-5748@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from dean at arctic dot org 2007-10-30 18:43 -------
apparently the approved intrinsics for the "movq xmm,m64" / "movq m64,xmm"
instructions are _mm_loadl_epi64 and _mm_storel_epi64. i've asked intel to add
these to the ISA documentation because they're missing at the moment. gcc
already has these intrinsics, so marking this one closed.
--
dean at arctic dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32869