2 #include "m128-check.h"
4 #include "sse-os-support.h"
6 static void sse_test (void);
9 __attribute__ ((noinline
))
18 unsigned int eax
, ebx
, ecx
, edx
;
20 if (!__get_cpuid (1, &eax
, &ebx
, &ecx
, &edx
))
23 /* Run SSE test only if host has SSE support. */
24 if ((edx
& bit_SSE
) && sse_os_support ())