Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float32x-basic.c
blobf2abc332488e86f93feae34cf66affb677df9574
1 /* Test _Float32x. */
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-basic.h"