Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float64x-complex.c
blobcb573befebb860b67e3ffb58ab1f8c69bf6dba41
1 /* Test _Float64x complex arithmetic. */
2 /* { dg-do run } */
3 /* { dg-options "" } */
4 /* { dg-add-options float64x } */
5 /* { dg-require-effective-target float64x_runtime } */
7 #define WIDTH 64
8 #define EXT 1
9 #include "floatn-complex.h"