Add minimal _FloatN, _FloatNx built-in functions.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float128-builtin.c
blobe4a50ceecffe7359f157747ecfdaa70cbb65c5cd
1 /* Test _Float128 built-in functions. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float128 } */
5 /* { dg-require-effective-target float128_runtime } */
7 #define WIDTH 128
8 #define EXT 0
9 #include "floatn-builtin.h"