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

Diff of /branches/dev-api-4/xvidcore/src/utils/emms.h

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

trunk/xvidcore/src/utils/emms.h revision 220, Sun Jun 16 22:38:08 2002 UTC branches/dev-api-4/xvidcore/src/utils/emms.h revision 886, Fri Feb 21 14:49:29 2003 UTC
# Line 33  Line 33 
33   *   *
34   *  - Mon Jun 17 00:16:13 2002 Added legal header   *  - Mon Jun 17 00:16:13 2002 Added legal header
35   *   *
36   *  $Id: emms.h,v 1.3 2002-06-16 22:38:08 edgomez Exp $   *  $Id: emms.h,v 1.13 2003-02-15 15:22:19 edgomez Exp $
37   *   *
38   ****************************************************************************/   ****************************************************************************/
39    
# Line 55  Line 55 
55    
56  emmsFunc emms_c;  emmsFunc emms_c;
57  emmsFunc emms_mmx;  emmsFunc emms_mmx;
58    emmsFunc emms_3dn;
59    
60  /*****************************************************************************  /*****************************************************************************
61   * Prototypes   * Prototypes
62   ****************************************************************************/   ****************************************************************************/
63    
64  #if defined(ARCH_X86)  #ifdef ARCH_IS_IA32
65  /* Returns the cpuid feature flags - defined in x86_asm/cpuid.asm */  /* cpu_flag detection helper functions */
66  int check_cpu_features(void);  extern int check_cpu_features(void);
67    extern void sse_os_trigger(void);
68    extern void sse2_os_trigger(void);
69  #endif  #endif
70    
71    
72  #endif  #endif

Legend:
Removed from v.220  
changed lines
  Added in v.886

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