blob: c1c492093ae75bdf6caf6040402399b7a68c68e6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
double
foo (unsigned int x)
{
return (double) (float) (x & 0xffffff);
}
/* { dg-final { scan-assembler {\t[su]cvtf\td0, w[0-9]*} } } */