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