annotate gcc/testsuite/gcc.dg/torture/arm-fp16-ops-6.c @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 04ced10e8804
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111
kono
parents:
diff changeset
1 /* Test various operators on __fp16 and mixed __fp16/float operands. */
kono
parents:
diff changeset
2 /* { dg-do compile { target arm*-*-* } } */
kono
parents:
diff changeset
3 /* { dg-require-effective-target arm_fp16_ok } */
kono
parents:
diff changeset
4 /* { dg-options "-mfp16-format=ieee -ffast-math" } */
kono
parents:
diff changeset
5 /* { dg-add-options arm_fp16 } */
kono
parents:
diff changeset
6
kono
parents:
diff changeset
7 #include "arm-fp16-ops.h"
kono
parents:
diff changeset
8
kono
parents:
diff changeset
9 /* We've specified options for hardware float, including fp16 support, so
kono
parents:
diff changeset
10 we should not see any calls to libfuncs here. */
kono
parents:
diff changeset
11 /* { dg-final { scan-assembler-not "\tbl\t__.*hf2" } } */
kono
parents:
diff changeset
12 /* { dg-final { scan-assembler-not "\tbl\t__.*hf3" } } */
kono
parents:
diff changeset
13 /* { dg-final { scan-assembler-not "\tbl\t__gnu_h\[a-z\]*_ieee" } } */
kono
parents:
diff changeset
14 /* { dg-final { scan-assembler-not "\tbl\t__gnu_h2f_ieee" } } */
kono
parents:
diff changeset
15 /* { dg-final { scan-assembler-not "\tbl\t__gnu_f2h_ieee" } } */