[svn] / branches / dev-api-4 / xvidcore / src / utils / x86_asm / cpuid.asm Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/utils/x86_asm/cpuid.asm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1175, Tue Oct 7 14:16:29 2003 UTC revision 1176, Thu Oct 9 18:50:22 2003 UTC
# Line 56  Line 56 
56  %define EXT_CPUID_AMD_3DNOWEXT  0x40000000  %define EXT_CPUID_AMD_3DNOWEXT  0x40000000
57  %define EXT_CPUID_AMD_MMXEXT    0x00400000  %define EXT_CPUID_AMD_MMXEXT    0x00400000
58    
59  %define XVID_CPU_MMX                    0x00000001  %define XVID_CPU_MMX      (1<< 0)
60  %define XVID_CPU_MMXEXT                 0x00000002  %define XVID_CPU_MMXEXT   (1<< 1)
61  %define XVID_CPU_SSE            0x00000004  %define XVID_CPU_SSE      (1<< 2)
62  %define XVID_CPU_SSE2                   0x00000008  %define XVID_CPU_SSE2     (1<< 3)
63  %define XVID_CPU_3DNOW          0x00000010  %define XVID_CPU_3DNOW    (1<< 4)
64  %define XVID_CPU_3DNOWEXT               0x00000020  %define XVID_CPU_3DNOWEXT (1<< 5)
65  %define XVID_CPU_TSC            0x00000040  %define XVID_CPU_TSC      (1<< 6)
   
66    
67  %macro cglobal 1  %macro cglobal 1
68          %ifdef PREFIX          %ifdef PREFIX

Legend:
Removed from v.1175  
changed lines
  Added in v.1176

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4