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