Re: PATCH: PR target/33944: streaming 64-bit integer stores

2011-11-18 Thread Uros Bizjak
On Fri, Nov 18, 2011 at 6:58 PM, H.J. Lu wrote: > _mm_stream_si64 intrinsic is missing.  It is implemented in VC++: > > http://msdn.microsoft.com/en-us/library/bb531466.aspx > > We are adding it to Intel64 SDM.  Here is a patch to implement it in GCC. > I added UNSPEC_MOVNTI so that it won't get

PATCH: PR target/33944: streaming 64-bit integer stores

2011-11-18 Thread H.J. Lu
Hi, _mm_stream_si64 intrinsic is missing. It is implemented in VC++: http://msdn.microsoft.com/en-us/library/bb531466.aspx We are adding it to Intel64 SDM. Here is a patch to implement it in GCC. I added UNSPEC_MOVNTI so that it won't get confused with (define_insn "sse_movntdi" [(set (matc