Add minimal _FloatN, _FloatNx built-in functions.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float32x-nan.c
blob770499d0660891f0b01e87f88524037f8b92b2fc
1 /* Test _Float32x NaNs. */
2 /* { dg-do run } */
3 /* { dg-options "-fsignaling-nans" } */
4 /* { dg-add-options float32x } */
5 /* { dg-require-effective-target float32x_runtime } */
6 /* { dg-require-effective-target fenv_exceptions } */
8 #define WIDTH 32
9 #define EXT 1
10 #include "floatn-nan.h"