[Bug target/21149] invalid code generation for _mm_movehl_ps SSE intrisinc

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Jul 6 14:36:00 GMT 2005


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-07-06 14:36 -------
Note You are validing C aliasing rules:
  float *p = (float*)&v;

Use an union or -fno-strict-aliasing.
But that does not change the problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21149



More information about the Gcc-bugs mailing list