[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.3, Sat Mar 16 22:28:37 2002 UTC revision 1.4, Wed Mar 20 14:02:48 2002 UTC
# Line 31  Line 31 
31    
32  #define EMMS() __asm {emms}  #define EMMS() __asm {emms}
33    
34    #define CACHE_LINE  16
35    #define CACHE_ALIGN __declspec(align(CACHE_LINE))
36    
37  // needed for bitstream.h  // needed for bitstream.h
38  #define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax  #define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax
39    
# Line 70  Line 73 
73  #define DEBUG8(X,A,B,C,D,E,F,G,H)  #define DEBUG8(X,A,B,C,D,E,F,G,H)
74  #endif  #endif
75    
76    #define CACHE_LINE  16
77    #define CACHE_ALIGN
78    
79  #if defined(LINUX)  #if defined(LINUX)
80    
81  #include <stdint.h>  #include <stdint.h>
# Line 126  Line 132 
132          return 0;          return 0;
133  }  }
134    
135    #define CACHE_LINE  16
136    #define CACHE_ALIGN
137    
138  #endif  #endif
139    
140  #endif // _PORTAB_H_  #endif // _PORTAB_H_

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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