rs6000, change altivec*-runnable.c test file names
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-alt-4.c
blobe244bd1745e8e465b925ef3f4851325455f2eb63
1 /* { dg-do compile } */
2 /* { dg-require-effective-target arm_fp16_alternative_ok } */
3 /* { dg-add-options arm_fp16_alternative } */
5 /* Encoding taken from: http://en.wikipedia.org/wiki/Half_precision */
6 /* 0x7bff = 31743 */
7 __fp16 xx = 65504.0;
9 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
10 /* { dg-final { scan-assembler "\t.short\t31743" } } */