1 /* Verify that we generate single-precision square root reciprocal
2 approximate (fsrra) in fast math mode on SH4A with FPU. */
3 /* { dg-do compile { target { has_fsrra } } } */
4 /* { dg-options "-O -ffast-math" } */
5 /* { dg-final { scan-assembler "fsrra" } } */