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