Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float128-tg.c
blobc1b6398d92bf62b8ef8619e2f9b123b69ae847d5
1 /* Test _Float128 type-generic built-in functions. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float128 } */
5 /* { dg-require-effective-target float128_runtime } */
7 #define WIDTH 128
8 #define EXT 0
9 #include "floatn-tg.h"