1 /* { dg-skip-if "test SSE2 support" { ! { i?86-*-* x86_64-*-* } } } */
2 /* { dg-require-effective-target sse2_runtime } */
4 /* Test compatibility of vector types: layout between separately-compiled
5 modules, parameter passing, and function return. This test uses
6 vectors of floating points values. */
8 extern void vector_2_x (void);
9 extern void exit (int);