(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
complex/
fast-math-bb-slp-complex-mla-half-float.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target vect_complex_add_half } */
       3  /* { dg-require-effective-target float16 } */
       4  /* { dg-additional-options "-fno-tree-loop-vectorize" } */
       5  /* { dg-add-options arm_v8_3a_fp16_complex_neon } */
       6  
       7  #define TYPE _Float16
       8  #define N 16
       9  #include "complex-mla-template.c"
      10  
      11  /* { dg-final { scan-tree-dump "Found COMPLEX_FMA_CONJ" "slp1" { xfail *-*-* } } } */
      12  /* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "slp1"  { xfail *-*-* } } } */