repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
float16-basic.c
blob
e94aa203d40a86d2345b87daeac34f5e1b580da7
1
/* Test _Float16. */
2
/* { dg-do run } */
3
/* { dg-options "" } */
4
/* { dg-add-options float16 } */
5
/* { dg-require-effective-target float16_runtime } */
6
7
#define WIDTH 16
8
#define EXT 0
9
#include
"floatn-basic.h"