blob: d252ec545c116ef400a7103455fb41dcaef92ebb (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* Test _Float128 type-generic built-in functions. */
/* { dg-do run } */
/* { dg-options "" } */
/* { dg-add-options float128 } */
/* { dg-add-options ieee } */
/* { dg-require-effective-target float128_runtime } */
#define WIDTH 128
#define EXT 0
#include "floatn-tg.h"
|