Re: athlon 64 + FC4 == SLOW

From: General Schvantzkoph (schvantzkoph_at_yahoo.com)
Date: 08/29/05

  • Next message: cmk128_at_hotmail.com: "Re: athlon 64 + FC4 == SLOW"
    Date: Sun, 28 Aug 2005 18:01:13 -0400
    
    

    On Sun, 28 Aug 2005 06:17:27 -0700, cmk128 wrote:

    > Hi
    > I am using athlon 64 3400+ (2.4GHz), i got bogomips 4784.12 in
    > /proc/cpuinfo, it is same as my P4 2.4GHz. The problem is, my amd 3400+
    >
    > run as slow as P4 2.4Ghz on fedora core 4 x86-32 version. why?
    > You may say my fedora is not 64 bits, so my amd 64bit cpu runs slow,
    >
    > but my athlon 64 runs much faster than P4 on my 32 bits windows.
    >
    >
    > thanks
    > from Peter (cmk128@hotmail.com)

    What in particular is running slow? I hope you aren't using bogomips as
    your metric, the bogo in bogomips stands for bogus. Bogomips is a simple
    timing loop, it's not meant to be a benchmark. I'm not surprised that a
    2.4GHz P4 and a 2.4GHz A64 have the same bogomips number. Bogomips is just
    a for loop. The branches in a for loop are completely predictable, if you
    do for(i=0;i<1000;i++) and guess that the branch will be taken you'll be
    right 999 out of 1000 times. As a result the deep pipeline that cripples
    the P4 on real programs (where branches are much less predictable) doesn't
    matter. What you've found out is that bogomips is a measure of the clock
    rate, not of the effective instruction rate.


  • Next message: cmk128_at_hotmail.com: "Re: athlon 64 + FC4 == SLOW"

    Relevant Pages

    • Re: IO-APIC problem with 2.6.14-rt9
      ... Could you post the value for BogoMIPS that you're getting now? ... > has just as many, if not more, problems as the loop based delay. ... traces show that the new calibration code results in a bogomips ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Does Optimization Effect BogoMips Value?
      ... Three identical Virtual Machines with three different compiler flags to ... why are the Bogomips values different (up to +82 points ... Calibrating delay loop... ...
      (Linux-Kernel)
    • [PATCH] Remove stray <6> in BogoMIPS printk
      ... Calibrating delay loop... ... 179.40 BogoMIPS ... Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)