[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.54, Wed Jan 5 23:02:15 2005 UTC revision 1.55, Wed Apr 26 17:44:29 2006 UTC
# Line 291  Line 291 
291   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
292  #    elif defined(ARCH_IS_IA64)  #    elif defined(ARCH_IS_IA64)
293  #        define BSWAP(a)  __asm__ __volatile__ \  #        define BSWAP(a)  __asm__ __volatile__ \
294          ("mux1 %1 = %0, @rev" ";;" \          ("mux1 %0 = %1, @rev" ";;" \
295           "shr.u %1 = %1, 32" : "=r" (a) : "r" (a));           "shr.u %0 = %0, 32" : "=r" (a) : "r" (a));
296    
297  static __inline int64_t read_counter(void)  static __inline int64_t read_counter(void)
298  {  {

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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