[cvs] / xvidcore / src / portab.h Repository:
ViewVC logotype

Diff of /xvidcore/src/portab.h

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

revision 1.18, Wed Jun 12 20:38:40 2002 UTC revision 1.20, Fri Jun 14 13:06:33 2002 UTC
# Line 74  Line 74 
74          uint32_t ts1, ts2;          uint32_t ts1, ts2;
75    
76          __asm {          __asm {
77          rdtsc mov ts1, eax mov ts2, edx}                  rdtsc
78                    mov ts1, eax
79                    mov ts2, edx
80            }
81    
82          ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);          ts = ((uint64_t) ts2 << 32) | ((uint64_t) ts1);
83    
# Line 211  Line 214 
214    
215  #define CACHE_LINE  16  #define CACHE_LINE  16
216  #define CACHE_ALIGN  #define CACHE_ALIGN
217    #define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \
218            type name[(sizex)*(sizey)]
219    
220  #endif  #endif
221    

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.20

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