[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.31, Sun Sep 22 18:17:32 2002 UTC revision 1.32, Sun Sep 22 19:13:33 2002 UTC
# Line 109  Line 109 
109   *  Some things that are only architecture dependant   *  Some things that are only architecture dependant
110   ****************************************************************************/   ****************************************************************************/
111    
112  #if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_MIPS)  #if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_MIPS)  || defined(ARCH_SPARC)
113  #    define CACHE_LINE  16  #    define CACHE_LINE  16
114  #    define ptr_t uint32_t  #    define ptr_t uint32_t
115  #elif defined(ARCH_IA64) || defined(ARCH_SPARC)  #elif defined(ARCH_IA64)
116  #    define CACHE_LINE  32  #    define CACHE_LINE  32
117  #    define ptr_t uint64_t  #    define ptr_t uint64_t
118  #else  #else

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

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