[AArch64] SVE tests
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / vect-init-1.c
blob90ba3ae3b99823200719552cf2d912076cc3f13c
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 #define vector __attribute__((vector_size(16)))
6 vector float combine (float a, float b, float c, float d)
8 return (vector float) { a, b, c, d };
11 /* { dg-final { scan-assembler-not "movi\t" } } */
12 /* { dg-final { scan-assembler-not "orr\t" } } */