Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b97a07bc
Commit
b97a07bc
authored
Sep 06, 2012
by
James Eder
Committed by
Alexandre Julliard
Sep 07, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/winternl.h: Fix CPU_FEATURE_3DNOW bit mask.
parent
78956536
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
winternl.h
include/winternl.h
+1
-2
No files found.
include/winternl.h
View file @
b97a07bc
...
@@ -1146,8 +1146,7 @@ typedef struct _SYSTEM_CPU_INFORMATION {
...
@@ -1146,8 +1146,7 @@ typedef struct _SYSTEM_CPU_INFORMATION {
#define CPU_FEATURE_FXSR 0x00000800
/* FXSAVE and FXSTORE instructions */
#define CPU_FEATURE_FXSR 0x00000800
/* FXSAVE and FXSTORE instructions */
#define CPU_FEATURE_SEP 0x00001000
/* SYSENTER and SYSEXIT instructions */
#define CPU_FEATURE_SEP 0x00001000
/* SYSENTER and SYSEXIT instructions */
#define CPU_FEATURE_SSE 0x00002000
/* SSE extensions (ext. MMX) */
#define CPU_FEATURE_SSE 0x00002000
/* SSE extensions (ext. MMX) */
#define CPU_FEATURE_3DNOW 0x00008000
/* 3DNOW instructions available
#define CPU_FEATURE_3DNOW 0x00004000
/* 3DNOW instructions available */
(FIXME: needs to be confirmed) */
#define CPU_FEATURE_SSE2 0x00010000
/* SSE2 extensions (XMMI64) */
#define CPU_FEATURE_SSE2 0x00010000
/* SSE2 extensions (XMMI64) */
#define CPU_FEATURE_DS 0x00020000
/* Debug Store */
#define CPU_FEATURE_DS 0x00020000
/* Debug Store */
#define CPU_FEATURE_HTT 0x00040000
/* Hyper Threading Technology */
#define CPU_FEATURE_HTT 0x00040000
/* Hyper Threading Technology */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment