annotate gcc/testsuite/gcc.dg/torture/arm-fp16-ops-8.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +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_neon_ok } */
kono
parents:
diff changeset
4 /* { dg-options "-mfp16-format=ieee -ffast-math" } */
kono
parents:
diff changeset
5 /* { dg-add-options arm_neon } */
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, so we should not see any
kono
parents:
diff changeset
10 calls to libfuncs here except for those to the conversion functions. */
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" } } */