Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / math-torture / floor.c
blob0c3aa915644b9b777ff803cfdfbfd7890701faa3
1 /* { dg-do assemble } */
3 float testlf (float x)
5 return __builtin_floorf (x);
7 double testl (double x)
9 return __builtin_floor (x);
11 long double testll (long double x)
13 return __builtin_floorl (x);