gcc/gcc/testsuite/gcc.target/i386/sse-os-support.h

9 lines
152 B
C

/* Check if the OS supports executing SSE instructions. */
static int
sse_os_support (void)
{
/* All currently supported OSes do. */
return 1;
}