Peter Oberndorfer : include: Add new processor feature constants.

Alexandre Julliard julliard at winehq.org
Fri Sep 21 07:23:00 CDT 2007


Module: wine
Branch: master
Commit: 70238568c6e48062d17c9906e9a173c7ea8f767a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=70238568c6e48062d17c9906e9a173c7ea8f767a

Author: Peter Oberndorfer <kumbayo84 at arcor.de>
Date:   Thu Sep 20 19:16:37 2007 +0200

include: Add new processor feature constants.

---

 include/winnt.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/winnt.h b/include/winnt.h
index 71dbf6d..63b1936 100644
--- a/include/winnt.h
+++ b/include/winnt.h
@@ -692,7 +692,12 @@ typedef enum _HEAP_INFORMATION_CLASS {
 #define PF_RDTSC_INSTRUCTION_AVAILABLE		8
 #define PF_PAE_ENABLED				9
 #define PF_XMMI64_INSTRUCTIONS_AVAILABLE	10
+#define PF_SSE_DAZ_MODE_AVAILABLE		11
 #define PF_NX_ENABLED				12
+#define PF_SSE3_INSTRUCTIONS_AVAILABLE		13
+#define PF_COMPARE_EXCHANGE128			14
+#define PF_COMPARE64_EXCHANGE128		15
+#define PF_CHANNELS_ENABLED			16
 
 
 /* Execution state flags */




More information about the wine-cvs mailing list