[Bug target/17990] unaligned xmm movaps on the stack

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Oct 14 14:01:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-14 14:01 -------
Confirmed reduced testcase:
extern double sin (double __x) throw (); 
float hmag[128],hphase[128];
void prepare(float *oscilFFTfreqs)
{
  int i;
  for (i=0;i<128;i++)
    *oscilFFTfreqs=-hmag[i]*sin(hphase[i])/2.0;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-14 14:01:07
               date|                            |


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



More information about the Gcc-bugs mailing list