new Processor Features

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2569 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-10-30 20:44:25 +00:00
parent 69c00b2c07
commit 59e4dc3805
1 changed files with 4 additions and 1 deletions

View File

@ -132,7 +132,10 @@ typedef struct _SINGLE_LIST_ENTRY {
#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 */