Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float16-basic.c
blobe94aa203d40a86d2345b87daeac34f5e1b580da7
1 /* Test _Float16. */
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-basic.h"