diff options
author | Gareth Hughes <[email protected]> | 2001-03-29 06:46:15 +0000 |
---|---|---|
committer | Gareth Hughes <[email protected]> | 2001-03-29 06:46:15 +0000 |
commit | 1b2fef5c28a40cd001598071e25b876ad4fccdd1 (patch) | |
tree | 03d5dd8385ddfc5ad18b4e02f1de6533e202c3a5 /src/mesa/x86/common_x86_asm.h | |
parent | 8e48a232fe48e4b6855cecb1d02363fb142365ae (diff) |
Consolidation of asm code in 3.5
Diffstat (limited to 'src/mesa/x86/common_x86_asm.h')
-rw-r--r-- | src/mesa/x86/common_x86_asm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mesa/x86/common_x86_asm.h b/src/mesa/x86/common_x86_asm.h index 312855dc652..ba965e6c088 100644 --- a/src/mesa/x86/common_x86_asm.h +++ b/src/mesa/x86/common_x86_asm.h @@ -1,4 +1,4 @@ -/* $Id: common_x86_asm.h,v 1.7 2001/03/28 20:44:44 gareth Exp $ */ +/* $Id: common_x86_asm.h,v 1.8 2001/03/29 06:46:16 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -52,8 +52,8 @@ #ifdef USE_3DNOW_ASM #include "3dnow.h" #endif -#ifdef USE_KATMAI_ASM -#include "katmai.h" +#ifdef USE_SSE_ASM +#include "sse.h" #endif #endif |