(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
complex/
fast-math-bb-slp-complex-mla-double.c
       1  /* { dg-do compile } */
       2  /* { dg-require-effective-target vect_complex_add_double } */
       3  /* { dg-add-options arm_v8_3a_complex_neon } */
       4  /* { dg-additional-options "-fdump-tree-vect-details" } */
       5  
       6  #define TYPE double
       7  #define N 16
       8  #include "complex-mla-template.c"
       9  
      10  /* { dg-final { scan-tree-dump "Found COMPLEX_FMA_CONJ" "vect" } } */
      11  /* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "vect" } } */