Changeset 3582 for trunk/src/opengl/mesa/common_x86asm.h
- Timestamp:
- May 21, 2000, 10:57:14 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/common_x86asm.h
r2938 r3582 1 /* $Id: common_x86asm.h,v 1. 1 2000-02-29 00:48:26 sandervlExp $ */1 /* $Id: common_x86asm.h,v 1.2 2000-05-21 20:20:44 jeroen Exp $ */ 2 2 3 3 /* … … 31 31 * 32 32 * Written by Holger Waechtler <holger@akaflieg.extern.tu-berlin.de> 33 * Changed by Andre Werthmann <wertmann@cs.uni-potsdam.de> for using the 34 * new Katmai functions 33 35 */ 34 36 #ifndef _common_3dnow_h … … 38 40 #define GL_CPU_MMX 2 39 41 #define GL_CPU_3Dnow 4 40 #define GL_CPU_AnyX86 8 /* set if x86 asm allowed */ 42 #define GL_CPU_Katmai 8 /* set if the katmai-instructions are available */ 43 #define GL_CPU_AnyX86 16 /* set if x86 asm allowed */ 41 44 42 45 #ifdef HAVE_CONFIG_H … … 46 49 #ifdef USE_X86_ASM 47 50 #include "x86.h" 48 #if defined(USE_3DNOW_ASM)51 #ifdef USE_3DNOW_ASM 49 52 #include "3dnow.h" 53 #endif 54 #ifdef USE_KATMAI_ASM 55 #include "katmai.h" 50 56 #endif 51 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.