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