minor changes from XFree86 (dawes)
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
/* $Id: common_x86_asm.S,v 1.3 2000/12/06 14:41:47 gareth Exp $ */
|
/* $Id: common_x86_asm.S,v 1.4 2001/02/09 23:23:43 brianp Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Mesa 3-D graphics library
|
* Mesa 3-D graphics library
|
||||||
* Version: 3.5
|
* Version: 3.4
|
||||||
*
|
*
|
||||||
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
* Copyright (C) 1999-2000 Brian Paul All Rights Reserved.
|
||||||
*
|
*
|
||||||
@@ -33,6 +33,7 @@
|
|||||||
*
|
*
|
||||||
* Cleaned up and simplified by Gareth Hughes <gareth@valinux.com>
|
* Cleaned up and simplified by Gareth Hughes <gareth@valinux.com>
|
||||||
*/
|
*/
|
||||||
|
/* $XFree86: xc/extras/Mesa/src/X86/common_x86_asm.S,v 1.5 2000/12/12 23:52:37 dawes Exp $ */
|
||||||
|
|
||||||
#include "assyntax.h"
|
#include "assyntax.h"
|
||||||
#include "common_x86_features.h"
|
#include "common_x86_features.h"
|
||||||
@@ -58,8 +59,10 @@
|
|||||||
GLNAME( found_intel ): STRING( "Genuine Intel processor found\n\0" )
|
GLNAME( found_intel ): STRING( "Genuine Intel processor found\n\0" )
|
||||||
GLNAME( found_amd ): STRING( "Authentic AMD processor found\n\0" )
|
GLNAME( found_amd ): STRING( "Authentic AMD processor found\n\0" )
|
||||||
|
|
||||||
|
#ifdef USE_KATMAI_ASM
|
||||||
GLNAME( katmai_test_dummy ):
|
GLNAME( katmai_test_dummy ):
|
||||||
D_LONG 0x3f800000, 0x3f800000, 0x3f800000, 0x3f800000
|
D_LONG 0x3f800000, 0x3f800000, 0x3f800000, 0x3f800000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
SEG_TEXT
|
SEG_TEXT
|
||||||
@@ -155,6 +158,7 @@ LLBL ( cpuid_done ):
|
|||||||
RET
|
RET
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef USE_KATMAI_ASM
|
||||||
/* Execute an SSE instruction to see if the operating system correctly
|
/* Execute an SSE instruction to see if the operating system correctly
|
||||||
* supports SSE. A signal handler for SIGILL should have been set
|
* supports SSE. A signal handler for SIGILL should have been set
|
||||||
* before calling this function, otherwise this could kill the client
|
* before calling this function, otherwise this could kill the client
|
||||||
@@ -203,3 +207,5 @@ GLNAME( gl_test_os_katmai_exception_support ):
|
|||||||
|
|
||||||
LEAVE
|
LEAVE
|
||||||
RET
|
RET
|
||||||
|
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user