1 2 3 4 5 6 7 8
/* Check if the OS supports executing SSE instructions. */ static int sse_os_support (void) { /* All currently supported OSes do. */ return 1; }