http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56788
Uroš Bizjak <ubizjak at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31278|0 |1 is obsolete| | --- Comment #9 from Uroš Bizjak <ubizjak at gmail dot com> --- Created attachment 31279 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=31279&action=edit Patch that fixes _mm_frcz_{ss,sd} intrinsics This patch fixes _mm_frcz_{ss,sd} intrinsics. The testcase now compiles to: vfrczsd %xmm1, %xmm1 vmovsd %xmm1, %xmm0, %xmm0 ret