mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / vshuf-v16qi.c
blob062324d7bb9b9329923d0b918a78ecc2f8cb20c2
1 /* { dg-do run } */
2 /* { dg-options "-DEXPENSIVE" { target run_expensive_tests } } */
3 /* { dg-options "-fno-common" { target hppa*-*-hpux* } } */
4 /* { dg-skip-if "" { ! run_expensive_tests } { "*" } { "-O2" } } */
5 /* { dg-skip-if "" { ! run_expensive_tests } { "-flto" } { "" } } */
7 typedef unsigned char V __attribute__((vector_size(16)));
8 typedef V VI;
10 #include "vshuf-16.inc"
11 #include "vshuf-main.inc"