Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float64x-tg.c
blobac14675a669274303915a2a6fc8af63ac6cf65a1
1 /* Test _Float64x type-generic built-in functions. */
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-tg.h"