simd-6.c   [plain text]


typedef int __attribute__((vector_size (8))) vec;

vec a[] = {(vec) {1, 2}, {3, 4}};