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

Diff of /trunk/xvidcore/src/portab.h

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

revision 518, Sun Sep 22 18:17:32 2002 UTC revision 605, Sat Oct 19 12:20:33 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Portable macros, types and inlined assembly -   *  - Portable macros, types and inlined assembly -
5   *   *
6   *  Copyright(C) 2002 Michael Militzer   *  Copyright(C) 2002 Michael Militzer <isibaar@xvid.org>
7     *               2002 Peter Ross <pross@xvid.org>
8     *               2002 Edouard Gomez <ed.gomez@wanadoo.fr>
9   *   *
10   *  This program is an implementation of a part of one or more MPEG-4   *  This program is an implementation of a part of one or more MPEG-4
11   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
# Line 28  Line 30 
30   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
31   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
32   *   *
33   * $Id: portab.h,v 1.31 2002-09-22 18:17:32 h Exp $   * $Id: portab.h,v 1.34 2002-10-19 12:20:33 edgomez Exp $
34   *   *
35   ****************************************************************************/   ****************************************************************************/
36    
# Line 109  Line 111 
111   *  Some things that are only architecture dependant   *  Some things that are only architecture dependant
112   ****************************************************************************/   ****************************************************************************/
113    
114  #if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_MIPS)  #if defined(ARCH_X86) || defined(ARCH_PPC) || defined(ARCH_MIPS)  || defined(ARCH_SPARC)
115  #    define CACHE_LINE  16  #    define CACHE_LINE  16
116  #    define ptr_t uint32_t  #    define ptr_t uint32_t
117  #elif defined(ARCH_IA64) || defined(ARCH_SPARC)  #elif defined(ARCH_IA64)
118  #    define CACHE_LINE  32  #    define CACHE_LINE  32
119  #    define ptr_t uint64_t  #    define ptr_t uint64_t
120  #else  #else

Legend:
Removed from v.518  
changed lines
  Added in v.605

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