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