* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float16-tg-4.c
blob007c4c224ea95537c31185d0aff964d1975f2190
1 /* Test _Float16 type-generic built-in functions: __builtin_iszero,
2 __builtin_issubnormal. */
3 /* { dg-do run } */
4 /* { dg-options "" } */
5 /* { dg-add-options float16 } */
6 /* { dg-add-options ieee } */
7 /* { dg-require-effective-target float16_runtime } */
9 #define WIDTH 16
10 #define EXT 0
11 #include "floatn-tg-4.h"