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
Implement C _FloatN, _FloatNx types.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
float64-basic.c
blob
decb05f34b26ffbe722df23c5b4b25e79afe8b13
1
/* Test _Float64. */
2
/* { dg-do run } */
3
/* { dg-options "" } */
4
/* { dg-add-options float64 } */
5
/* { dg-require-effective-target float64_runtime } */
6
7
#define WIDTH 64
8
#define EXT 0
9
#include
"floatn-basic.h"