[cvs] / xvidcore / examples / xvid_bench.c Repository:
ViewVC logotype

Diff of /xvidcore/examples/xvid_bench.c

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

revision 1.14, Mon Apr 12 15:49:56 2004 UTC revision 1.16, Mon Apr 18 08:31:42 2005 UTC
# Line 81  Line 81 
81  #else  #else
82          clock_t clk;          clock_t clk;
83          clk = clock();          clk = clock();
84          return clk * 1000000 / CLOCKS_PER_SEC;          return clk * 1000. / CLOCKS_PER_SEC;  /* clock() returns time in Milliseconds */
85  #endif  #endif
86  }  }
87    
# Line 122  Line 122 
122  #ifdef ARCH_IS_PPC  #ifdef ARCH_IS_PPC
123    , { "ALTIVEC", XVID_CPU_ALTIVEC }    , { "ALTIVEC", XVID_CPU_ALTIVEC }
124  #endif  #endif
125    #ifdef ARCH_IS_X86_64
126      , { "X86_64", XVID_CPU_ASM}
127    #endif
128  //, { "IA64  ", XVID_CPU_IA64 }  //, { "IA64  ", XVID_CPU_IA64 }
129  //, { "TSC   ", XVID_CPU_TSC }  //, { "TSC   ", XVID_CPU_TSC }
130    , { 0, 0 } };    , { 0, 0 } };

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.16

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