[cvs] / xvidcore / src / utils / emms.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/emms.h

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

revision 1.3, Sun Jun 16 22:38:08 2002 UTC revision 1.13, Sat Feb 15 15:22:19 2003 UTC
# 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.1.3  
changed lines
  Added in v.1.13

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