Slashdot Mirror


Athlon 64 3400+ Reviewed

SpinnerBait writes "Unlike the Athlon 64 FX-51, this new 3400+ rated Processor, has a 64 bit memory interface, with its integrated memory controller, drops in at several hundred dollars less than an FX-51 and is also clocked at 2.2GHz. It gives a P4 3.2GHz Canterwood based machine a run for its money too, as this review with benchmarks at HotHardware reports. And where is Prescott? Fortunately for AMD, it's a bit tardy to market and this will give this new Athlon 64 speed bin time to take a firm hold."

12 of 245 comments (clear)

  1. Java VM is what we need by thammoud · · Score: 3, Interesting

    The Itanium is too expensive and slow. Ditto Sparc. AMD 64 bit servers running 64bit Java VMs will make for a killer combination.

  2. Misunderstanding the metric system? by Inoshiro · · Score: 5, Interesting

    "We found the heatsink to work quite well. It kept our CPU running in the mid -40C range while gaming at default clock speeds."

    If your CPU runs at -40C, you have something very special. I, for one, would be worried about condensation from water becoming ice on contact with the CPU at that temperature!

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    1. Re:Misunderstanding the metric system? by GeckoFood · · Score: 1, Interesting

      No misunderstanding the metric system here. -40F happens to be the same as -40C.

      --
      Be excellent to each other. And... PARTY ON, DUDES!
  3. Compiler optimtizations??? by Shisha · · Score: 5, Interesting

    Well not that I'm buying one anytime soon, but it's nice to know that once I buy one, I'll get a Linux distro, that is compiled & optimized for a 64bit CPU. So for me only Mathematica will run in the 32bit (slower) mode. But Gimp, mplayer, video editing apps, hell even twm and xclock, will be compiled for 64bit CPUs.

    I was wondering how is this going to be sorted out by application vendors on PCs? Are they going to release 64bit and 32bit versions? Is every CD going to contain both? What about 3rd party plugins? I've been asking the same question actually about Apple's G5, but www.apple.com (and I didn't search too carefuly) is bit short on nasty details like this. Is it really worth getting a 64bit machine without planning to use Linux?

    1. Re:Compiler optimtizations??? by FattMattP · · Score: 2, Interesting
      I was wondering how is this going to be sorted out by application vendors on PCs?
      They'll recompile and then sell it to you as an upgrade, as always.
      --
      Prevent email address forgery. Publish SPF records for y
    2. Re:Compiler optimtizations??? by be-fan · · Score: 2, Interesting

      Actually, no. Most the the improvements are due to architectural improvements only available in 64-bit mode. They have little to do with the fact that integer registers are now 64-bit, but you don't get them in 32-bit mode anyhow. 64-bit mode on AMD64 should be about 20% faster than 32-bt mode, Mathematica is running in "the slower mode."

      --
      A deep unwavering belief is a sure sign you're missing something...
  4. Is there a desktop market? by ViolentGreen · · Score: 4, Interesting

    Looks pretty good. I still don't think there is a huge demand to have these in desktops as of yet. P4s are still very powerful and still compete with AMDs 64 bit chips. Even the Athlons are enough for most people to play the newest games and all.

    I don't think that most people do the really computer intensive tasks that would benefit from 64bit chips plus the lack of truely 64 bit software that will give them this advantage is a hinderance as well.

    I think it will be 2005 or maybe even 2006 before 64 bit chips become the standard.

    --
    Not everything is analogous to cars. Car analogies rarely work.
    1. Re:Is there a desktop market? by Lumpy · · Score: 4, Interesting

      I still don't think there is a huge demand to have these in desktops as of yet.

      for the casuah home ding-dong user? you are right.

      for business and companiesthat depend on processing power? Ha! the amd 64's rock massively.

      I replaced a dual Xeon box here at work that was the CGI station running Blender, povray and yafray and producing better graphics than a maya station next to it, and faster... with a dual Opteron using a 64bit compiled Gentoo install on it...

      Then we recompiled the apps for 64 bit.

      I am getting a 70% increase in rendering speed. I'm betting that with some optimization this could work even better... the Blender guys are working on that right now BTW...

      a 64bit linux version of Maya? the company said "maybe 4Q 2004 for beta testing"

      which is a shining example of why open source is the way to go.

      businesses using the number crunching and processing power and are smart enoughto have embraced linux for the needs it can fill are all over AMD64 right now.

      --
      Do not look at laser with remaining good eye.
  5. Video encoding? by Lussarn · · Score: 4, Interesting

    Have anyone tried to encode xvid with one of these in 32 and 64 bit, preferebly using Linux? Is there much difference in speed? I'm looking at the 3000+ part as it is cheap but there are zero and none benchmarks to back it up in 64 bit mode.

  6. Tilda vs. minus by crow · · Score: 3, Interesting

    I expect they meant to use a tilda ('~') instead of a minus ('-'), so as to indicate "about" instead of "negative."

    The best a heatsink can ever hope for is to cool to the ambient air temperature, and we won't see anything aproach that until we have superconducting heatsinks. (Imagine a large superconducting mass in the ground with a superconducting cable connecting it to the CPU to draw off heat: power outlets with a pin for cooling, superconducting traces on circuit boards for cooling, and no need for fans.)

  7. Re:Fair Comparisons? by EmagGeek · · Score: 2, Interesting

    "Though Intel doesn't have to really worry about that title. At $164 the Pentium P4C smokes the pants off any AMD processor in its price range. At least, after overclocking it to 3 GHz, which is very doable even with standard cooling."

    Will it really be cheaper and faster when you have to buy a new one every 6-12 months because you destroy it?

  8. Re:Java VM is exactly what we don't need by Juergen+Kreileder · · Score: 5, Interesting
    Also note that 64-bit is not faster than 32-bit in and of itself
    It is on AMD64!

    I've ported the HotSpot VM to AMD64 for Blackdown. It's noticable faster the 32-bit version in allmost all benchmarks. The main reason for the performance gain is that you have more registers in 64-bit mode.