[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 517, Sun Sep 22 17:59:13 2002 UTC revision 518, Sun Sep 22 18:17:32 2002 UTC
# Line 28  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   * $Id: portab.h,v 1.30 2002-09-22 17:59:13 edgomez Exp $   * $Id: portab.h,v 1.31 2002-09-22 18:17:32 h Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# 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.517  
changed lines
  Added in v.518

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