aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/vect/complex/fast-math-bb-slp-complex-mla-float.c
blob: 7b2a8dd261c85398180d83a27d4fb3e120e9a776 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-require-effective-target vect_complex_add_float } */
/* { dg-additional-options "-ffast-math -fdump-tree-vect-details" } */
/* { dg-add-options arm_v8_3a_complex_neon } */

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