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