[gcc]
[official-gcc.git] / gcc / testsuite / gcc.target / nios2 / nios2-custom-2.c
blob7f5d21a5440dec2e180b3d1e34eb218b5fe26fd0
1 /* { dg-do compile } */
3 float foo (float) __attribute__ ((target ("custom-fsqrts=128")));
4 float foo (float x)
6 return __builtin_custom_fsqrts (x) + __builtin_custom_fnf (128, x);