summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/sse-os-support.h
blob: 4830b7e4ce9ecc478f941ec9b8dcbe4047d3cd3b (plain)
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;
}