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