Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float64x-basic.c
blob7a140af0bd78a3d88a1d291084a5ecb2c0e02a65
1 /* Test _Float64x. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float64x } */
5 /* { dg-require-effective-target float64x_runtime } */
7 #define WIDTH 64
8 #define EXT 1
9 #include "floatn-basic.h"