[svn] / branches / dev-api-3 / xvidcore / src / utils / emms.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/utils/emms.c

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

revision 761, Sun Jan 5 03:30:44 2003 UTC revision 762, Sun Jan 5 03:31:26 2003 UTC
# Line 33  Line 33 
33   *   *
34   *  - Mon Jun 17 00:10:09 2002 Added legal header   *  - Mon Jun 17 00:10:09 2002 Added legal header
35   *   *
36   *  $Id: emms.c,v 1.3.2.1 2003-01-04 06:14:33 suxen_drol Exp $   *  $Id: emms.c,v 1.3.2.2 2003-01-05 03:31:26 suxen_drol Exp $
37   *   *
38   ****************************************************************************/   ****************************************************************************/
39    
# Line 61  Line 61 
61  emms_c()  emms_c()
62  {  {
63  }  }
   
 /* The real mmx emms wrapper */  
 void  
 emms_mmx()  
 {  
         /* the EMMS macro is defined according to the compiler in portab.h */  
         EMMS();  
   
 }  
   
 /* 3dnow fast-emms */  
 void  
 emms_3dn()  
 {  
         /* the FEMMS macro is defined according to the compiler in portab.h */  
         FEMMS();  
 }  

Legend:
Removed from v.761  
changed lines
  Added in v.762

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