blob: 4830b7e4ce9ecc478f941ec9b8dcbe4047d3cd3b [file] [log] [blame]
/* Check if the OS supports executing SSE instructions. */
static int
sse_os_support (void)
{
/* All currently supported OSes do. */
return 1;
}