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