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
2009-06-18 Sandra Loosemore <sandra@codesourcery.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
arm
/
fp16-compile-ieee-10.c
blob
51604374e365ef3d44c47dd21651465a6264d950
1
/* { dg-do compile } */
2
/* { dg-options "-mfp16-format=ieee -std=gnu99" } */
3
4
#include <math.h>
5
6
/* 0x7e00 = 32256 */
7
__fp16 xx
=
NAN
;
8
9
/* { dg-final { scan-assembler "\t.size\txx, 2" } } */
10
/* { dg-final { scan-assembler "\t.short\t32256" } } */