[svn] / trunk / xvidcore / src / utils / emms.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/utils/emms.c

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

revision 1382, Mon Mar 22 22:36:25 2004 UTC revision 1653, Tue Nov 22 10:23:01 2005 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: emms.c,v 1.9 2004-03-22 22:36:24 edgomez Exp $   * $Id: emms.c,v 1.11 2005-11-22 10:23:01 suxen_drol Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 37  Line 37 
37   * emms functions   * emms functions
38   *   *
39   * emms functions are used to restored the fpu context after mmx operations   * emms functions are used to restored the fpu context after mmx operations
40   * because mmx and fpu share their registers/context (??? need to be confirmed)   * because mmx and fpu share their registers/context
41   *   *
42   ****************************************************************************/   ****************************************************************************/
43    
44  /* The no op wrapper for non MMX platforms */  /* The no op wrapper for non MMX platforms */
45  void  void
46  emms_c()  emms_c(void)
47  {  {
48  }  }

Legend:
Removed from v.1382  
changed lines
  Added in v.1653

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