Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / float32x-tg.c
blob9f9a3bf8682df8e4a41842f867f13940045bd45d
1 /* Test _Float32x type-generic built-in functions. */
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-tg.h"