Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float128x-basic.c
blob75c5a28bb9d0c18fcfa7b69e06561fde21739dcd
1 /* Test _Float128x. */
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-basic.h"