1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_complex_add_float } */
3 /* { dg-add-options arm_v8_3a_complex_neon } */
4 /* { dg-add-options arm_v8_1m_mve_fp } */
5 
6 #define TYPE float
7 #define N 200
8 #include "complex-add-template.c"
9 
10 /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 2 "vect" } } */
11 /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 2 "vect" } } */