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

Diff of /trunk/xvidcore/examples/xvid_bench.c

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

revision 1585, Sun Dec 19 14:05:55 2004 UTC revision 1586, Wed Jan 5 23:02:15 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: xvid_bench.c,v 1.14 2004-04-12 15:49:56 edgomez Exp $   * $Id: xvid_bench.c,v 1.15 2005-01-05 23:02:15 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# 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.1585  
changed lines
  Added in v.1586

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