1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_complex_add_long } */
3 /* { dg-require-effective-target stdint_types } */
4 /* { dg-add-options arm_v8_1m_mve_fp } */
5 
6 #define TYPE uint64_t
7 #define N 200
8 #include <stdint.h>
9 #include "complex-add-pattern-template.c"
10 
11 /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT90" 1 "vect" } } */
12 /* { dg-final { scan-tree-dump-times "stmt.*COMPLEX_ADD_ROT270" 1 "vect" } } */
13