aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/recip-divf.c
blob: b4447d33ac564e6bbd50bd5ab2a78e124a322dfb (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-O2 -ffast-math -msse -mfpmath=sse -mrecip" } */

float t1(float a, float b)
{
  return a / b;
}

/* { dg-final { scan-assembler "rcpss" } } */