Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse-os-support.h
blob4830b7e4ce9ecc478f941ec9b8dcbe4047d3cd3b
1 /* Check if the OS supports executing SSE instructions. */
3 static int
4 sse_os_support (void)
6 /* All currently supported OSes do. */
7 return 1;