(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
vect/
complex/
fast-math-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  
       5  #define TYPE double
       6  #define N 200
       7  #include "complex-mla-template.c"
       8  /* { dg-final { scan-tree-dump "Found COMPLEX_FMA_CONJ" "vect" } } */
       9  /* { dg-final { scan-tree-dump "Found COMPLEX_FMA" "vect" } } */