PR/61062 Fix arm_neon.h ZIP/UZP/TRN for bigendian.
[official-gcc.git] / gcc / testsuite / gcc.target / arm / fp16-compile-alt-2.c
blobb7fe99d53707c6c3fe70a390507064f69a1a8943
1 /* { dg-do compile } */
2 /* { dg-options "-mfp16-format=alternative" } */
4 /* Encoding taken from: http://en.wikipedia.org/wiki/Half_precision */
5 /* 0x3c00 = 15360 */
6 __fp16 xx = 1.0;
8 /* { dg-final { scan-assembler "\t.size\txx, 2" } } */
9 /* { dg-final { scan-assembler "\t.short\t15360" } } */