[ARM] Fix test armv8_2-fp16-move-1.c
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-ieee-4.c
blob20676d89db5d057b32380b0ab070dc147046d2ea
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=ieee" } */
4 /* Encoding taken from: http://en.wikipedia.org/wiki/Half_precision */
5 /* 0x7bff = 31743 */
6 __fp16 xx = 65504.0;
8 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
9 /* { dg-final { scan-assembler "\t.short\t31743" } } */