1 /* Verify that the fsca insn is not used when specifying -mno-fsca and
2 -funsafe-math-optimizations. */
3 /* { dg-do compile { target { has_fsca } } } */
4 /* { dg-options "-O1 -mno-fsca -funsafe-math-optimizations" } */
5 /* { dg-final { scan-assembler-not "fsca" } } */
10 test_func_00 (float x
)
12 return sinf (x
) + cosf (x
);
16 test_func_01 (float x
)
22 test_func_02 (float x
)