[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.30, Sun Sep 22 17:59:13 2002 UTC revision 1.31, Sun Sep 22 18:17:32 2002 UTC
# Line 166  Line 166 
166   | msvc x86 specific macros/functions   | msvc x86 specific macros/functions
167   *---------------------------------------------------------------------------*/   *---------------------------------------------------------------------------*/
168  #    if defined(ARCH_X86)  #    if defined(ARCH_X86)
169  #        define BSWAP(a)  #        define BSWAP(a) __asm mov eax,a __asm bswap eax __asm mov a, eax
              __asm { \  
                  mov eax,a \  
                  bswap eax \  
                  mov a, eax \  
              }  
170  #        define EMMS() __asm {emms}  #        define EMMS() __asm {emms}
171    
172               static __inline int64_t read_counter(void)               static __inline int64_t read_counter(void)

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

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