1 #include "p9-vec-length.h"
3 /* Test the case that the loop which has multiple vectors (concatenated vectors)
4 but with same vector type. */
7 void __attribute__ ((noinline, noclone)) \
8 test_mv_##TYPE (TYPE *restrict a, TYPE *restrict b, TYPE *restrict c, \
11 for (int i = 0; i < n; ++i) \