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