blob: 99bdf8c3ef6103e2f4754a2a8424291b7011ce12 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mips16 addressing=absolute -mips3d" } */
static inline NOMIPS16 float
i1 (float f)
{
return __builtin_mips_recip1_s (f);
}
float f1 (float f) { return i1 (f); }
/* { dg-final { scan-assembler "\trecip1.s\t" } } */
/* { dg-final { scan-assembler "\tjal\ti1" } } */