blob: ab5e1d5f43081ea58e74e3e53b17dec8603248eb (
plain)
1
2
3
4
5
6
7
8
9
|
/* { dg-do compile } */
/* { dg-require-effective-target arm_fp16_alternative_ok } */
/* { dg-add-options arm_fp16_alternative } */
__fp16 xx = 0.0;
/* { dg-final { scan-assembler "\t.eabi_attribute 38, 2" } } */
/* { dg-final { scan-assembler "\t.size\txx, 2" } } */
/* { dg-final { scan-assembler "\t.space\t2" } } */
|