summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/complex/fast-math-complex-mla-half-float.c
blob: 7beb6b8b5d822341999ab9e2712e4a861550a3aa (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-add-options arm_v8_3a_fp16_complex_neon } */
/* { dg-require-effective-target vect_complex_add_half } */
/* { dg-require-effective-target float16 } */

#define TYPE _Float16
#define N 200
#include "complex-mla-template.c"
/* { dg-final { scan-tree-dump "Found COMPLEX_FMA_CONJ" "vect" } } */
/* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "vect" } } */