]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/torture/float64x-nan.c
Add minimal _FloatN, _FloatNx built-in functions.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / torture / float64x-nan.c
1 /* Test _Float64x NaNs. */
2 /* { dg-do run } */
3 /* { dg-options "-fsignaling-nans" } */
4 /* { dg-add-options float64x } */
5 /* { dg-require-effective-target float64x_runtime } */
6 /* { dg-require-effective-target fenv_exceptions } */
7
8 #define WIDTH 64
9 #define EXT 1
10 #include "floatn-nan.h"