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

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

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

revision 823, Sun Feb 9 15:50:28 2003 UTC revision 824, Sun Feb 9 19:32:52 2003 UTC
# Line 50  Line 50 
50   *  exception also makes it possible to release a modified version which   *  exception also makes it possible to release a modified version which
51   *  carries forward this exception.   *  carries forward this exception.
52   *   *
53   * $Id: emms.h,v 1.11 2002-11-26 23:44:11 edgomez Exp $   * $Id: emms.h,v 1.12 2003-02-09 19:32:52 edgomez Exp $
54   *   *
55   ****************************************************************************/   ****************************************************************************/
56    
# Line 79  Line 79 
79   * Prototypes   * Prototypes
80   ****************************************************************************/   ****************************************************************************/
81    
82  #ifdef ARCH_X86  #if defined(ARCH_IS_IA32)
83  extern int check_cpu_features(void);  extern int check_cpu_features(void);
84  extern void sse_os_trigger(void);  extern void sse_os_trigger(void);
85  extern void sse2_os_trigger(void);  extern void sse2_os_trigger(void);
86  #else  #elif defined(ARCH_IS_IA64)
 #ifdef ARCH_IA64  
87  static int check_cpu_features(void) { return XVID_CPU_IA64; }  static int check_cpu_features(void) { return XVID_CPU_IA64; }
88  #else  #else
89  static int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */  static int check_cpu_features(void) { return 0; } /* is 0 an acceptable value? */
90  #endif  #endif
 #endif  
91    
92    
93  #endif  #endif

Legend:
Removed from v.823  
changed lines
  Added in v.824

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