Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-ieee-8.c
bloba9646739f9175481ead663b3e219a5698a3d90f8
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=ieee" } */
4 /* Encoding taken from: http://en.wikipedia.org/wiki/Half_precision */
5 /* This is the minimum normalized value. */
6 /* 0x0400 = 1024 */
7 __fp16 xx = 6.10352E-5;
9 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
10 /* { dg-final { scan-assembler "\t.short\t1024" } } */