1 /* { dg-skip-if "test SSE2 support" { ! { i?86-*-* x86_64-*-* } } } */
2 /* { dg-options "-O" } */
3 /* { dg-require-effective-target sse2 } */
7 /* Test function argument passing. PR target/15301. */
9 extern void union_m128_1_x (void);
10 extern void exit (int);
15 unsigned int eax, ebx, ecx, edx;
17 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
20 /* Run SSE vector test only if host has SSE2 support. */