blob: 2d3e7a9617516e0dd916a67ae9944ea00544ca48 (
plain)
1
2
3
4
5
6
7
8
9
|
/* Test _Float32. */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-add-options float32 } */
/* { dg-require-effective-target float32_runtime } */
#define WIDTH 32
#define EXT 0
#include "floatn-basic.h"
|