changeset 2568:e96d8e8f0c8f

new Processor Features
author alex
date Tue, 30 Oct 2001 20:44:25 +0000
parents ea6158be8103
children 30b736e7feef
files loader/wine/winnt.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/loader/wine/winnt.h	Tue Oct 30 20:36:20 2001 +0000
+++ b/loader/wine/winnt.h	Tue Oct 30 20:44:25 2001 +0000
@@ -132,7 +132,10 @@
 #define PF_MMX_INSTRUCTIONS_AVAILABLE		3
 #define PF_PPC_MOVEMEM_64BIT_OK			4
 #define PF_ALPHA_BYTE_INSTRUCTIONS		5
-
+/* based on wine-20010510 -- alex */
+#define PF_XMMI_INSTRUCTIONS_AVAILABLE		6
+#define PF_AMD3D_INSTRUCTIONS_AVAILABLE		7
+#define PF_RDTSC_INSTRUCTION_AVAILABLE		8
 
 /* The Win32 register context */