|
Defines |
#define | XVID_CPU_MMX 0x00000001 |
| use/has MMX instruction set
|
#define | XVID_CPU_MMXEXT 0x00000002 |
| use/has MMX-ext (pentium3) instruction set
|
#define | XVID_CPU_SSE 0x00000004 |
| use/has SSE (pentium3) instruction set
|
#define | XVID_CPU_SSE2 0x00000008 |
| use/has SSE2 (pentium4) instruction set
|
#define | XVID_CPU_3DNOW 0x00000010 |
| use/has 3dNOW (k6-2) instruction set
|
#define | XVID_CPU_3DNOWEXT 0x00000020 |
| use/has 3dNOW-ext (athlon) instruction set
|
#define | XVID_CPU_TSC 0x00000040 |
| has TimeStampCounter instruction
|