Slashdot Mirror


NASA Benchmarks the New G5 Powermac

sockit2me9000 writes "Well NASA's Langley Research Center recently benchmarked the new G5 dual 2ghz Powermac against a dual 1ghz Xserve, a dual 1.25 ghz Powermac, a Pentium4 2 ghz, and a Pentium4 2.66 ghz. To make things fair, the second processor in the G5 was switched off, as well as the other dual sysytems. Then, they all ran Jet3d. Even with un-optimized code and one processor, the G5 performance is impressive."

75 of 751 comments (clear)

  1. Single Processor Mode by CptChipJew · · Score: 5, Informative

    Because I have a strong feeling this is going to be asked:

    For those of you who were wondering, you too can switch off one of your Mac's dual CPU's with the Apple CHUD Tools. Look near the bottom of the page. It'll make you appreciate your second processor ;)

    Personally though, I want to see how well it runs Seti@Home.

    --
    Vonal Declosion
    1. Re:Single Processor Mode by jbm · · Score: 5, Informative

      you ... can switch off one of your Mac's dual CPU's with the Apple CHUD Tools.

      You can also do this simply with the cpus= boot argument; here's a reference.
    2. Re:Single Processor Mode by Goldfinger7400 · · Score: 3, Insightful
      I believe this is useful to allow developers to better understand their applications performance on a single cpu system, without the need to buy yet another mac. I believe that's why the tool is offered from the Developers portion of the site.

      I also remember a few games having issues on dual processor computers, a while back. Though most of these issues have been resolved now, it'd be interesting to see if the problems cleared up if you disabled a cpu.

    3. Re:Single Processor Mode by furballphat · · Score: 5, Informative

      You only get the CPU tab if you install the CHUD tools, so you'll have to install no matter what.

    4. Re:Single Processor Mode by Andy_R · · Score: 4, Insightful

      Well, that is exactly the sort of claim that needs to be verified by testing.

      Given that the 2 processors are (presumably) sharing 1 video card, one set of RAM chips, one I/O system, and one disk drive, surely there must be *some* kind of performance hit from sharing the rest of the machine with a second processor? Or some performance drain from putting all the housekeeping talks onto just one of the 2 processors?

      I think this adds weight to my original point - that benchmarking a dual G5 against dual amd or intel systems is the only way we'll settle this 'fastest PC' question, and that arbitrarily shutting half the sysem off isn;t a sensible way to test things.

      --
      A pizza of radius z and thickness a has a volume of pi z z a
    5. Re:Single Processor Mode by The+Infamous+Grimace · · Score: 4, Informative

      "No shit. You can also not be a total ramrod and do it form System Preferences. See the CPU icon? Check it out."
      No shit. You can also not be a total ramrod and realize that one needs CHUD installed for that particular System Pref. (fyi : CHUD = Computer Hardware Understanding Developement Tools)

      You should check your facts before you flame.

      (tig)
      "We do not inherit the land from our ancestors"
      "We borrow it from our children"

      --
      Ignorance and prejudice and fear
      Walk hand in hand
    6. Re:Single Processor Mode by artur9 · · Score: 4, Insightful

      My take.

      Since everything inside the G5 is "point to point" then unless both CPUs need to talk to exactly the same thing at exactly the same time then the performance hit will be almost impossible to detect. (I wonder how RAIDing drives could make this overhead even more improbable?)

      Since there is a lot of Mach-ness in the OS X kernel I would also think that there aren't too many critical regions there that force the use of only one CPU. In other words, I think the situation is better than that kernel (was it an early Solaris?) that had one mutex around the whole kernel.

      As usual, anyone willing to pay me to benchmark one of these puppies for them? :-) The machine is suitable payment.

      --
      ------- MacOS X, WebObjects, Apple (G5) hardware triply tied
    7. Re:Single Processor Mode by Chazmati · · Score: 4, Funny

      Man, and all this time I was thinking C.H.U.D. stood for Cannibalistic Humanoid Underground Dwellers!

    8. Re:Single Processor Mode by Knife_Edge · · Score: 3, Interesting

      Well, there is one I/O system, the bus, but from what I understand it is a point to point system that runs at 1Ghz in the 2GHz dual processor machines. That is a heck of a lot of bus bandwidth. The G5 is designed to do 2, 4, or even 8 way multiprocessing without too much competition between the chips for system resources.

      I agree totally that we need to see benchmarks of one dual system against another. But bear in mind that the use of dual processors depends a lot upon the specific code being run and also the operating system. I think the general problem here is that the G5, while fast, is not like 10X faster than the competition and at this point it is difficult to tell what scores where.

    9. Re:Single Processor Mode by TheCrazyFinn · · Score: 4, Informative

      well, don't forget they were testing a SINGLE 2GHz G5 (They turned off the second CPU), running G4 code. That's really equivalent to the $2400 G5 (Single 1.8GHz) than the actual performance of the Dual G5 (Which should be at least 50% higher, if not more, due to the G5's optimized SMP design, which is similar to the Athlon MP's, barring the vastly faster system bus (Point-to-point, unlike the P3's [and the G4's] shared architecture. I think the P4 Xeon might use a ptp bus, not sure).

      Also, they were getting baseline tests on performance, against the G4. They also broke it down to performance per MHz, which the G5 took a huge lead in.

      I suspect a dual G5, with an optimized compiler, would prove more than a match for the dual Xeon setup (That would cost significantly more, similar spec dual-xeon dell's are in the $4000 range), at least for this application (which heavily benefits from Altivec, and Altivec is still king of the SIMD world, SSE2 isn't even close in performance)

      --
      "You've got an invalid haircut" -Warren Zevon - Life'll Kill Ya
    10. Re:Single Processor Mode by Have+Blue · · Score: 4, Informative

      You can't "give 1 CPU the entire 1Ghz bus bandwidth". The two CPUs have independent 1Ghz connections to the system controller. They only share the 400Mhz RAM bus and the rest of the system devices.

    11. Re:Single Processor Mode by NetCurl · · Score: 3, Insightful

      Video isn't going to be affected. The calculations that put it into affect are done by the CPUs, but the CPU NEVER talks directly to the video card or the disk drive. The RAM, well, if you access it once, it's gonna be in cache, so there was a previous poster that mentioned the only time this would affect anything would be absolutely simultaneous access of the same region in RAM. That is most likely to happen with the same task or process, and the OS gives priority to the last CPU the task or process ran on (check linux sched.c for a similar implementation). Your situation, that was mod'ed +5 is likely to occur about once in a computer's lifetime....

      --

      It's only when we've lost everything, that we are free to do anything...

    12. Re:Single Processor Mode by sadtrev · · Score: 3, Informative

      This test was for large fluid dynamics computations. These involve lots of difficult sums (unsteady Naver-Stokes) on large discretised grids.
      For this type of work the CPU usually runs flat out and the bottlenecks that apply to things like opening MSWord documents hardly come into play.
      If it's properly written, then HDD access speed is irrelevant, and even main memory access is hardly ever the bottleneck.
      This is one of those applications where the system speed is determined by the speed and efficiency of the CPU.

  2. NASA Verifies Apple Benchmarks? by Dak+RIT · · Score: 5, Interesting
    Though dual processor benchmarks are not presented in detail here, it is worth noting that the G5 system benchmarked at 498 MFLOPS and 0.125 MFLOPS/MHz for scalar Jet3D performance when two processors were used.

    By adding a second processor, the MFLOPS/Mhz output only dropped from 0.127 to 0.125 MFLOPS/Mhz. This chip can definitely perform in a multi-processor environment. The P4 scored 0.096 MFLOPS/MHz with a single processor.

    Apple's benchmarks which were highly criticized by some, gave the Dual 2GHz Power Mac G5 a 194.5% performance advantage over a 3GHz P4 in SPECfp_rate_base2000. The G5 getting a score of 15.7, and the P4 getting an 8.07.

    NASA's study found the Dual 2GHz Power Mac G5 to score 498 MFLOPS for their Jet3D performance. A P4 running at 2.66GHz scored 255 MFLOPS: a 195.3% performance advantage for the G5 in this test. If we assume a direct correlation between MHz and MFLOPS for the P4 (which would actually overstate the performance of the P4) and increase the P4's score by 12.782% this would give the 3GHz P4 a score of 287.594 MFLOPS. This is still a 173.16% performance advantage for the G5, and NASA states that a 20% increase in performance for the G5 would be reasonable "when G5-aware compiler tools become available."

    So it would seem NASA's benchmarks go a long way in validating the benchmarks for the G5 that Apple released last month at the WWDC. In fact, NASA appears to be giving the G5 even better scores than Apple and Veritest did.

    The vector tests that NASA performed to test the G5's AltiVec instruction set produce some even more impressive results, and would be a good indication for why the G5 outpaced the Xeon and P4 by such dramatic amounts on real world tests (at times more than 700% faster than a 3GHz P4). "The vector version of Jet3D runs an order of magnitude faster than the scalar version (speedups of 10X-13X are typical)." The dual 2GHz G5 was benchmarked at 5177 MFLOPS (a 1040% increase over the scalar test) and 1.29 MFLOPS/MHz. This also seems accurate considering Ars Technica's claim that the AltiVec engine wasn't as well integrated into the G5 as it was in the G4. The 2GHz G5 (single cpu) scored 2755 MFLOPS, or 1.378 MFLOPS/MHz, which shows a slightly larger performance hit for vector operations than floating point operations when moving to a dual G5.

    Dak

    1. Re:NASA Verifies Apple Benchmarks? by Anonymous Coward · · Score: 4, Insightful

      "NASA's study found the Dual 2GHz Power Mac G5 to score 498 MFLOPS for their Jet3D performance. A P4 running at 2.66GHz scored 255 MFLOPS: a 195.3% performance advantage for the G5 in this test."

      First, 498 vs 255 is 95.3% (instead of 195.3%) advantage.

      Second, why compare dual fastest G5 vs single mid-range P4? Singe 2GHz G5 scored 254 MFLOPS, it quite fast, but then again equally fast 2.66GHz P4 is available at $188.

      It would be much more interesting to compare dual 2GHz G5 against dual Opterons and Xeons.

    2. Re:NASA Verifies Apple Benchmarks? by baseinfinity · · Score: 5, Insightful

      Either way they're still benchmarking Apple hardware to be released in September versus Intel hardware that was available months ago. A quick look at Tejas and Athlon 64 specs will prove that both Intel and AMD have some whoopass coming down the line in Q4. At least this means Apple will be competitive still when the storm hits... but I don't think this hardware is revolutionary when compared to it's future peers.

    3. Re:NASA Verifies Apple Benchmarks? by andreMA · · Score: 5, Informative
      The 498 figure was presented strictly as an aside:
      Though dual processor benchmarks are not presented in detail here, it is worth noting that the G5 system benchmarked at 498 MFLOPS...

      More relevant, perhaps, are the figures in the raw MFLOPS graph:

      254: PowerMac G5, 2x2GHz, (single CPU only)
      255: Pentium 4, 1x2.66 GHz
      Alas, difficulties in cross-platform benchmarking rear their ugly head:
      Scalar Code:

      G4 using Absoft F90 v8: f90 -s -O -lU77 -N11

      P4 using Portland Group F90 v4.0-3: pgf90 -byteswapio -tp p7 -O1
      The author did apparently make an effort to use the compiler and flags best suited for each architecture if I read this correctly....

      Note that the higher level of optimization (-O2) and SSE/SSE2 options in the Portland compiler degraded Jet3D performance on the P4 system, and were therefore not used.

      I don't know how much I trust NASA tho. Afterall, they only do RealMedia and WindowsMedia streaming media. Perhaps there's some bias there in favor of Windows (yes, I realize that the testbed P4 system ran Red Hat. Lighten up)

    4. Re:NASA Verifies Apple Benchmarks? by nsrbrake · · Score: 5, Informative

      Go back and read the article. You have no idea what you are saying.

      1) One of the Mac's processors was disabled
      2) 195.3% advantage was on an MFLOP/MHz basis

      That is how they are comparing the architechture of the chip and it's performance outside of a MHz pissing race. They are in the same ballpark now MHz wise so why shouldn't they take a look at how the actual chip performs. Not to mention how much more will likely come out of the chip with maturing compilers to take advantage of the arch.

      --

      Bah!
    5. Re:NASA Verifies Apple Benchmarks? by Mr.+Hankey · · Score: 4, Interesting

      It would be interesting to see how it compared to an Athlon at MFLOP/MHz, which has a higher performance to clock cycle rate (and much better floating point) than the P4. I wouldn't be surprised if the Athlon outperforms the G5 at similar clock rates. The P4 is specifically designed to achieve higher clock rates at the expense of instructions per clock cycle.

      Obviously a comparison against the Opteron or Itanium is not fair at this time, as they're not intended for the desktop but rather workstation audience. When the Athlon 64 comes out though, benchmarks of those vs. the G5 would be of interest as well.

      --
      GPL: Free as in will
    6. Re:NASA Verifies Apple Benchmarks? by the+argonaut · · Score: 3, Interesting

      Actually, both 195.3% and 95.3% are correct, depending on how it is phrased:

      1.) it is 95.3% greater than...
      2.) it is 195.3% of... ...or something like that.

      --
      fuck you.
    7. Re:NASA Verifies Apple Benchmarks? by mentin · · Score: 4, Insightful
      Either way they're still benchmarking Apple hardware to be released in September versus Intel hardware that was available months ago.

      You wanted to say year ago? Month ago Intel released 3 GHz, 800 MGh FSB P4 and new chipset for dual DDR 400 motherboards. Comparing G5 against older 533 MGh FSB processors on old chipset is hypocrisy.

      Even 2.6 GHz 800 MGh FSU processor with i875 chipset-based motherboard and dual DDR 400 memory behaves much better than that 2.66 GHz processor.

      --
      MSDOS: 20+ years without remote hole in the default install
  3. Summary by LordOfYourPants · · Score: 3, Insightful

    I love the wording:

    "Benchmarks from the scalar version of Jet3D are shown in Figure 1 (MFLOPS) and Figure 2 (MFLOPS normalized by MHz). In terms of raw MFLOPS, the 2GHz G5 is about 32% faster than the 2GHz P4, 97% faster than the 1.25GHz G4, 142% faster than the 1GHz G4, and within 1 MFLOP of the 2.66GHz P4."

    Translation: Slower than the P4 for anyone who didn't look at the grid. And M stands for million. Not one.

    1. Re:Summary by Anonymous Coward · · Score: 3, Informative

      Translation: Slower than the P4 for anyone who didn't look at the grid.

      Real Translation: 0.4% slower, at 75% of the clock speed.

  4. MFLOPS/MHz? No AMD, Old P4, Old Redhat. by jbridges · · Score: 3, Interesting

    What the heck is that a benchmark of? Divide by the Mhz to create a higher number on their nice little graph for the G5?

    Why a Pentium 4 2.66mhz?

    Why no Athlon?

    Why no Opteron?

    Why an old old version of RedHat 7.1?

    and so on....

  5. fortran compiler by mz001b · · Score: 4, Informative

    It is interesting to note that they used the Portland group compiler instead of the intel compiler. For the CFD code that I work on (which is mostly Fortran), the Intel compiler produces much faster code than the Portland group compiler (as much as 50%).

    1. Re:fortran compiler by wagnerer · · Score: 5, Insightful

      You'll want to be careful with the code the intel compiler spits out. It may be fast but some scientific codes compiled with it give incorrect answers. Compile the same code on any other f90 compiler and it gives the correct answer. Not something to inspire confience in your answers.

  6. Interesting choice of processors by binaryDigit · · Score: 4, Interesting

    If there budget is such that dualie 2Ghz G5's are a possibility, then it's somewhat surprising that they A) used such low powered P4's B) that they didn't include Itanic2 systems. Seems that their report really just pointed out stuff that we already knew, the PPC is typcially faster per mhz than the P4 (hell, just about anything is better per mhz than the P4). Interesting to note that on the vector test, the G5 outperformed the G4 is a fashion that is almost purely based on the increase in Mhz (i.e. other system improvements didn't really seem to help much). Compiler perhaps, though some of the architectural improvements would seem to be not dependant on that?

    1. Re:Interesting choice of processors by Phroggy · · Score: 3, Informative

      If there budget is such that dualie 2Ghz G5's are a possibility...

      Budget had nothing to do with it; the PowerMac G5 isn't shipping yet. NASA had to have obtained theirs through a special arrangement with Apple.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  7. G5 is really a full-blown workstation by reporter · · Score: 4, Interesting
    The G5 by Apple is really a workstation but has been mis-labeled a "PC". The floating-point performance of the G5 crushes any workstation by Sun. In fact, the heart of the G5 is a Power4 server-based microprocessor. At "SPEC", you can easily find the performance of a Power4 @ 1.45 GHz. Its SPEC2000 rating for floating point is 1097. When you scale that to the 2.0 GHz processor in the G5, you conclude that it has a SPEC score of about 1500.

    Apple has just created a new market for itself among the hardcore engineers who use workstations for numerical simulations like HSPICE, etc. Steve Jobs lucked out -- again.

    By the way, the bell tolls. It tolls ominously for Sun Microsystems.

    1. Re:G5 is really a full-blown workstation by Phroggy · · Score: 4, Interesting

      Steve Jobs lucked out -- again.

      Um, yeah, sure is lucky Apple found the G5. I'm sure they had nothing to do with its development. It's not like Apple has been involved with development of the whole PowerPC architecture since the early 90s.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  8. Only benchmarks that matter are.... by FooGoo · · Score: 5, Insightful

    The only benchmarks that matter is my impression of the system while using the apps I use. Everything else is opinion.

    --
    People who bite the hand that feeds them usually lick the boot that kicks them
  9. Costs by mgkimsal2 · · Score: 3, Insightful

    Something which seems to get lost in the Mac/PC debates *sometimes* is the cost factor. I looked those graphs and thought "Wow - mac is faster at this benchmark". Then I looked up pricing - minimum I can get that mac for would be $1999. An equivalent PC system with the P4 2.66ghz is probably under $900 (didn't spec it out entirely, just did a rough lookup on Dell). Great - Mac is faster. But I can apparently get within reasonable range on PC hardware for probably 50% less cost.

    I'd read some thread a while back on another board saying that "Macs are cheaper than PCs". I still can't believe anyone would make that argument. Doesn't being really good in a few areas satisfy the mac people? Do they have to try to spin higher costs as 'lower' (craziest thing I'd ever heard...)

    1. Re:Costs by nordicfrost · · Score: 4, Insightful

      Mac is cheaper than PCs, even in laptops. It all depends on what you'll use it for. I'm trying to convince a pal that the iBook would be a better purchase for his mother than a Fujitsu Siemens PC. The iBook is rougly 9500 NOK and the Siemens 11500 NOK.

      The difference in speed mHz, RAM etc. is irrelevant for a person just getting used to computers and the net. When she is having weekly problems with the Siemens / Windows machine, it will be lost money in time. While the Mac is cheaper in usage, because of less "frustration time" and less hassle.

      This is an argument I would strongly disagree with, if you asked me two years ago. But since then, I have come to the conclusion that the Mac simply work better for the lay people. It does the work, and faster because there are less frustrations and less hassle.

    2. Re:Costs by MalleusEBHC · · Score: 4, Interesting

      I'd read some thread a while back on another board saying that "Macs are cheaper than PCs". I still can't believe anyone would make that argument.

      I'll make that argument any day of the week if you want to consider TCO. My family got a Powermac G4 in 1999, and it is still the daily use computer for them. (I have my own Cube, which is basically the same for performance comparisons.) That thing still does everything that they can ask of it and then some. Hell, it can still play all the games that I want to play, save UT2k3. The great part is that it is still humming along perfectly, and I don't see any reason why it won't last two or three more years. Find me a PC that you will still be using daily 6 or 7 years later.

      This doesn't even take into account all the time and headaches that have been saved from using a Mac. Taking out the "Did you accidentally kick the power cord out?" type phone calls I've gotten to help them, I can think of maybe twice that they have had to call me and troubleshoot. There is no pricetag on this peace of mind.

  10. The G5 by Eric(b0mb)Dennis · · Score: 3, Insightful

    The G5 really is a powerful machine, and i wouldn't mind owning one... if only the price for maintaining a mac wasn't so high...

    Their scheme for OS X is the equivalent of Microsoft charging $100+ for a service pack, I just don't understand it.

    I've used OS X, and it blows everything else out of the water in elequency and it seems the perfect balance between productive and 'cool factor'

    But until I win the lottery, I'll stick with my cheap x86 machines

    --
    Excuse me, I don't mean to impose, but I am the ocean
    1. Re:The G5 by Dak+RIT · · Score: 5, Insightful
      Microsoft Windows XP Pro: Full price: $299
      Microsoft Windows XP Pro Upgrapde: $199
      http://shop.microsoft.com/Referral/Productinfo.asp ?siteID=10798

      MacOS X 10.3/2/1 Full price: $129
      http://www.apple.com/macosx/

      Microsoft Windows XP Pro (5 Users): $1315.60
      MacOS X 10.3/2/1 (5 Users): $199

      If you bought Windows XP ($299), and then can upgrapde to Longhorn for $199, you paid $498. If you bought MacOS X 10.1, 10.2, 10.3, and 10.4, you paid $516. Pretty similar, and that's assuming you only have to pay $199 for Longhorn. In the meantime, Apple users enjoy continued advance, while Windows stagnates for 4+ years.

      Do the same with a family licence of 5. Buy Windows XP for $1315.60, then upgrade for $875.60: $2191.20 (over 4 years, for 5 people: $109.56/user/year).

      Buy MacOS 10.1, 10.2, 10.3, 10.4 (5 User Licence): $796 (over 4 years, for 5 people: $39.80/user/year).

      Using http://shopper.cnet.com I found a copy of Windows XP Pro for $207, and an upgrade for Windows XP Pro for $177. I found a copy of MacOS X 10.2 for $98.

      If these prices hold over to the newer Operating Systems these companies release, then Windows would cost $384 (23% savings), and MacOS X would cost $196 (24% savings). If you bought every point upgrade Apple released it would cost $392.

      Dak

    2. Re:The G5 by dbrutus · · Score: 3, Interesting

      Microsoft does this every time they want to juice sales figures in a disappointing product. They even condone piracy by telling their distributors to stop checking for student IDs when selling educational versions of Office apps (that's straight from an interview with the Office division VP).

      You might have been able to do it, but you also might have just fed into the MS myth of "everybody pirates our stuff".

  11. Re:Costs - correction by mgkimsal2 · · Score: 4, Informative

    $2999 for the mac 2x2ghz

  12. Wrong. by Tokerat · · Score: 3, Insightful

    Their scheme for OS X is the equivalent of Microsoft charging $100+ for a service pack, I just don't understand it.
    Apple regularly issues Security Updates, Bug Fixes, and Mac OS X Updatres through the Software Update system. This, the equivilant of a Service Pack, is free.

    The major OS version updates are when new features are added, etc. That is the equivelant of upgrading 98 to XP. The cost of buying a Mac is high. The cost of maint. is probably less than a Windows box.
    --
    CAn'T CompreHend SARcaSm?
  13. MFLOPS/Mhz. - Useless Metric by Cordath · · Score: 4, Insightful

    It was interesting to see this paper devote so much effort to the completely useless metric of MFLOPS/MHz. This measurement has absolutely nothing to do with performance, but rather, with the approach taken by the chip manufacturer. You can do more in one clock cycle, as AMD historitcally has done, or less, but optimize for faster clock speeds, as Intel has in recent flavors of the Pentium.

    One might be tempted to design a chip that does more in one cycle and then clock it as fast as a chip that does less in one cycle. Unfortunately, while reality is a little more complex than this, the basic reason is that the more a chip does per cycle, the more heat it generates per cycle. If you try to squeeze too many cycles through it in a second it will fry.

    So showing that the G5 has better performance per clock cycles is no more useful than showing that an AMD chip has better performance per clock cycle than an Intel chip. All that matters is how much performance you can get from a chip before it cannot be clocked any faster without requiring unreasonable cooling methods.

    All this paper shows is that, while the G5 is designed to do more in a clock cycle than a P4 is, the chip tested is ultimately not any faster than the P4 they benchmarked it against. It remains to be seen how the G5 will do at higher clock speeds. With this in mind, it would be *far* more useful to see heat dissipation stats on the G5 since that might give us some idea how close to it's design limits. If it is cranking out high-end P4 performance and running cool *then* I will be impressed.

  14. Why No Cray? by Detritus · · Score: 4, Insightful

    Maybe because that was the hardware and software available to the testers. Contrary to popular belief, government employees do not have unlimited budgets to buy stuff. The last time I worked in a government office, some of the furniture was older than I was and my PC was built from scrounged parts.

    --
    Mea navis aericumbens anguillis abundat
  15. Interesting Thought by ciroknight · · Score: 5, Interesting

    Apple has been making better software for years, everyone agrees; They just never had the hardware to back them up. Then every time they do crop up with better hardware, everyone criticizes them and says that it's just not possible, PC hardware is always better they say. But now they've proven you wrong... TWICE, and some trolls STILL don't believe them. It's a sad world. I just wish Apple would open up at least their motherboards a little more, make Macs more customizable, more like PC's so they can start dominating again.

    There's also one benchmark I'de love to see. Power Mac G5 vs Sun UltraSPARC III. It's fair: they're both 64-bit procs, and it would really make people look at it in businesses that only look at supercomputers as viable. Then maybe people would start giving Apple and IBM some credit.

    My 2 cents (Canadian). Thanks.

    --
    "Victory means exit strategy, and it's important for the President to explain to us what the exit strategy is." G.W.Bush
  16. Re:Turn the optimizations on first. by Phroggy · · Score: 5, Informative

    I hope they didn't use gcc (the yet-another free and hopeless compiler).

    It should be noted that Apple uses gcc to compile Mac OS X and most of their applications, so it would be appropriate to use gcc on the G5. Intel's compiler might be a more appropriate choice for the Xeon.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  17. MFLOPS per $ by mgkimsal2 · · Score: 5, Interesting

    Why not show an mflops/$ chart? Related to my 'cost' post as well, but I felt it deserved its own post. :)

    This seems to confirm my belief that most mac people don't buy their own hardware, but get it through work or school.

  18. Vector Performance by Japer+Lamar+Crabb · · Score: 5, Insightful

    >>Vector performance of the G5 remains excellent, and is inline with current G4 systems on a per clock cycle >>basis. As a result, raw vector performance of the G5 will be boosted simply by its higher clock speeds relative >>to current G4 systems.

    This would seem to be one of the more interesting points made, actually. Prior to the announcement of the G5s, speculation on the PPC 970 suggested that it would be stellar with FP & so-so with integer; the real question surrounded how well IBM would implement SIMD. Many were pessimistic. Given that it seems like they've managed to add it efficiently a scaled-down POWER4 core, future refinements could make this series of chips (PPC 9X0s) real monsters.

    But the future viability of that roadmap (given how ruthless the company as a whole tends to be when faced with departmental money losses) depends as much upon the success of IBM's Linux strategy as it does on its success in the PowerMac line.

    [With apologies to BadAndy of the Ars Technica boards; thanks for sharing your insights.]

    --
    Habit is the ballast that chains the dog to his vomit - Samuel Beckett, "Proust"
  19. In all fairness... by Znonymous+Coward · · Score: 5, Insightful

    It's not Apple's G5, it's IBM's 970 and it's the shizzle.

    --

    Karma: The shiznight, mostly because I am the Drizzle.

  20. If I remember right... by LordOfYourPants · · Score: 3, Informative

    If one thing is 80 dB and one is 90 dB, the second object is twice as "loud." Each 10 dB jump either doubles of halves "loudness." ie: If you're at 1000 dB vs 1010 dB, the 2nd object is twice as loud.

    So, based on what was said at the keynote (and my interpretation), the G5s are 10dB quieter. Twice as quiet sounds more impressive. Note that saying "half as loud" still implies "loud" so psychologically it's not as impressive.

    If I'm wrong, I'm sure someone will jump on me soon enough. I'm holding on tight.

    1. Re:If I remember right... by Filarion · · Score: 5, Informative

      actually you only need 3 db to double the volume (which, btw, has little to do with loudness). and 1000 dBa is, I hope, impossible.

      --
      --[Nothing important]--
  21. NASA never benchmarked the G5! by Anonymous Coward · · Score: 5, Funny

    It was a hardware simulator running on a soundstage.

  22. Re:MFLOPS/MHz? No AMD, Old P4, Old Redhat. by Jeffrey+Baker · · Score: 3, Informative

    I think it's pretty obvious why they tested the G5: their Altivec program is 13X faster than their scalar program. They don't mention the SSE2 so I assume they have an investment in Altivec programs. Therefore they would naturally be interested in comparing the G5 versus the XServe and G4. Until Intel releases the 34.5GHz P4 (13X 2.66GHz), there doesn't seem to be any reason to run out and buy a latest P4 just for this comparison.

    And surely the version of RH Linux hardly matters. Maybe they benchmarked using this OS because (shock, horror) it is what they use daily.

  23. OS X 10.2.7 by Greedo · · Score: 4, Interesting

    I was RTFA, and this caught my eye:

    Additional Notes: The G5 system was running Mac OS X 10.2.7 and ...

    I'm only running 10.2.6, and Software Update says nothing new is available. What's up with that?

    --
    Tuus crepidae innexilis sunt.
    1. Re:OS X 10.2.7 by Trurl's+Machine · · Score: 3, Informative

      I'm only running 10.2.6, and Software Update says nothing new is available.

      MacOS X 10.2.7 - codename Smeagol - is a stop-gap solution to provide JUST ANY working OS to the G5's until Panther is ready for prime time. Your Sofware Update is right not to install it on your machine, as most probably it is not a G5, sir.

  24. 5177 MFLOPS 288 MFLOPS by vitaboy · · Score: 5, Insightful
    This is the killer statement in the whole article:

    "The vector version of Jet3D runs an order of magnitude faster than the scalar version (speedups of 10X-13X are typical)." The dual 2GHz G5 was benchmarked at 5177 MFLOPS (a 1040% increase over the scalar test) and 1.29 MFLOPS/MHz."

    5177 MFLOPS when running a Velocity Engine optimized version of Jet3D.

    Now, how much does an P4 extrapolated to 3.2 GHz get? Like 288 MFLOPS?

    Someone please explain to me how 5177 MFLOPS and ~300 MFLOPS are even comparable.

    As the Mathematica guy said, the competition is no longer high-end PCs, it's now $10,000 UNIX workstations...and the G5 is still faster than any of them.

    No wonder the G5s smoke the dual Xeon in the Photoshop, Mathematica, Logic, and Luxology app bake-off. All these apps would have been optimized to use the Velocity Engine.

    If I were a scientist doing lots of image processing and vector calculations, I'd need a cluster of about 18 or so 3.2 GHz P4 machines to keep up with the dual 2 GHz G5 PowerMac running a typical Velocity Engine optimized app.

    That's a sweet 5177 MFLOPS for you - evidence the G5s rock as hard as Apple has been indicating.

  25. Re:I'll wait for a real comparison. by JonathanBoyd · · Score: 4, Informative

    Hyperthreading isn't a magic double-the-speed-of-your-processor feature. In fact, ti can slow a computer down. What it is nice for is for running multiple threads or programs more efficiently.

  26. SETI by elliotj · · Score: 4, Funny

    Personally though, I want to see how well it runs Seti@Home

    My bet is you still won't find any signs of Alien life. So it won't be any better than my old crappy ass P1 166.

    But good luck to ya.

    1. Re:SETI by I+Like+Swords!!! · · Score: 5, Funny

      Yes, but just think of how much MORE static you can have SETI run computations on... It's like watching a blank tape in fast-play.

      --
      .unsigged
  27. Because ... by Mooncaller · · Score: 3, Interesting

    Redhat 7.1 and 7.2 are the standard versions used by industry and research. They are concidered more stable then newer releases. Most GNU/Linux hosting in the US uses RH7.2. It works and does not have some of the issues of OSs that use the kernel of pain. I do all of my development to target RH7.1. After the 2.6 kernel gains some maturity, I will probably change this. BTW, the 2.4 kernel realy has little to offer in the way of improving performance for the type of application NASA is intersted in. The same will not be true of the 2.6 series as can be seen in the current 2.5 tree.

  28. Damn Dude, RTFA by Mindcry · · Score: 4, Interesting

    The 498 MFLOPS figure was WITH 2 G5s!!!!
    With a single G5, the 2ghz got a 254, and the 2.66ghz P4 got 255 MFLOPs...
    Please read the article more clearly, this DOES NOT IN ANY WAY validate apple's earlier claims... here's the quote that was misread

    "Though dual processor benchmarks are not presented in detail here, it is worth noting that the G5 system benchmarked at 498 MFLOPS and 0.125 MFLOPS/MHz for scalar Jet3D performance when two processors were used."

    Followed by a chart showing the P4 2.66ghz with 255MFLOPS at the top and a G5 2ghz with 254MFLOPS at the bottom...

    So you could guess that a dual 2.66ghz would get about 499-500MFLOPS which would be a 0% performance advantage to the G5, and the P4 3.2ghz would be even faster...

    1. Re:Damn Dude, RTFA by dhogaza · · Score: 5, Insightful

      Except that

      1. They weren't using a compiler optimized for the G5, and expect performance to increase when they have that opportunity.

      2. Dual G5s appear to scale better than dual P4s. They're getting close to 2x performance with the dual G5s, much better than most folks are used to with SMP systems.

  29. Another message from the Benchmark author by jbridges · · Score: 4, Informative

    Found this from last Jan:

    Date: Mon, 13 Jan 2003 23:29:38 -0500
    From: Craig Hunter
    Subject: G4 vs. P4 performance

    I have been following the discussion of Rob Galbraith's benchmarks with much interest, as I have spent a good deal of time testing, optimizing, and benchmarking software for the G4 (OS X) and P4 (Linux).

    The first thing to realize is that there are numerous benchmarks that show the P4 is faster, and there are numerous benchmarks that show the G4 is faster. What matters? Well, probably the benchmarks that apply to the kind of work you do. For people doing photo processing with the software Rob tested, his results are extremely relevant. But, someone working with a program optimized for AltiVec and dual processors might have a completely opposite experience.

    Just to give an example of a benchmark that goes the other way, see this chart.

    (You're welcome to mirror this benchmark image, since my web site may not handle a lot of traffic). These real-world results come from the Jet3D computational fluid dynamics noise prediction software, which I developed for my doctoral thesis and currently use in my work at NASA. Jet3D is written in a combination of FORTRAN 77, FORTRAN 90, and C, and is optimized for AltiVec and dual processors on G4 hardware. When compiled on Linux using Intel's ifc compiler tools, Jet3D also becomes optimized for the P4 (using the various SIMD extensions available on the P4).

    As you can see, the G4 does quite well here. A dual processor 1.25GHz G4 system is more than 3.5X faster than a single processor 2GHz P4 system. Though it's not shown on the chart, a single 1.25GHz G4 processor benchmarks at about 1589 MFLOPS, 1.9X faster than the P4. If you look at MFLOPS per MHz for a single processor, the G4 comes in at 1.27 MFLOPS/MHz, while the P4 comes in at 0.42 MFLOPS/MHz. If you want a good example of the MHz myth, look at the Cray, which comes in at 1.78 MFLOPS/MHz with only a 500MHz processor, beating both the G4 and P4.

    Without AltiVec, the Jet3D benchmark would be about 794 MFLOPS on the dual-1.25GHz G4, which erases the performance lead over the P4. And then, using only a single processor, the 1.25GHz G4 benchmarks at about 418 MFLOPS, which is about half as fast as the P4. And all of a sudden, the G4 doesn't look very compelling. For the Jet3D benchmark, AltiVec and dual processors are key (AltiVec more so than dual procs). This is true for most benchmarks I have looked at; thus numerically intensive applications that can't use AltiVec and/or dual processors are likely to suffer on the G4.

    In the case of Jet3D, it was easy to optimize for AltiVec. I was able to hand-vectorize about 10 lines of code within the guts of the FORTRAN algorithm and convert the computations to C for easy access to AltiVec hardware instructions. It had a huge effect for not a lot of work. For other more complicated cases, it may be possible to use the VAST compiler tools to automatically vectorize and tie in with AltiVec (VAST has parallel tools also). But in some cases, vectorization is not possible or feasible. In those instances, you're stuck with the processor's scalar performance, and the P4 generally has better scalar performance than the G4 in my experience. One final note: these are my personal views, and do not represent the views of NASA Langley Research Center, NASA, or the United States Government, nor do they constitute an endorsement by NASA Langley Research Center, NASA, or the United States Government

  30. Re:NASA Verifies Apple Benchmarks? The Future by Nom+du+Keyboard · · Score: 3, Insightful
    Apple will be competitive still when the storm hits... but I don't think this hardware is revolutionary when compared to it's future peers.

    If, as widely reported, the PPC 970 goes from 2GHz to 3GHz in the next 12 months it will definitely be more than competative.

    It has been along time since I've seen performance increase by near 50% in a year. Takes me back to the 486DX2-66 days.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  31. Re:Wha? by angst7 · · Score: 3, Funny


    Though dual processor benchmarks are not presented in detail here, it is worth noting that the G5 system benchmarked at 498 MFLOPS and 0.125 MFLOPS/MHz for scalar Jet3D performance when two processors were used.

    That was the above poster's point. Mkay?
    </karma burn>

    --
    StrategyTalk.com, PC Game Forums
  32. Re:5177 MFLOPS 288 MFLOPS by WasterDave · · Score: 4, Interesting

    Someone please explain to me how 5177 MFLOPS and ~300 MFLOPS are even comparable.

    They're not, which is what makes this whole benchmark so entirely useless.

    Look at it: The conclusion, basically, is that there's no point in running CFD code using scalar FP. So why didn't they port their code to SSE2? P4's, and particularly the new 800MHz FSB P4 get data through SSE2 code like there's no tomorrow.

    Nah, I'll listen when someone compares SSE2 and AltiVec properly. Until then it's just more blah. Don't get me wrong, I'm rapidly turning into the biggest Mac fanboy you've ever seen (Cocoa, since you ask) but the G5's are not the quantum leap Apple are making them out to be. Back in contention? Sure, but I promise you a dual Opteron 2GHz will blow the doors off a dual G5.

    Dave

    --
    I write a blog now, you should be afraid.
  33. Damn Dude, Read What I Wrote by Dak+RIT · · Score: 4, Informative
    If you follow that little link I gave you for Apple's benchmark claims, you'll see that the performance advantage Apple is claiming for its Dual 2Ghz G5 (I wrote Dual if you reread) is almost identical to what NASA is claiming for the Dual 2GHz G5 against a 2.66MHz P4.

    Apple claims 15.7 for the Dual 2GHz G5, and the 3GHz P4 getting an 8.07. NASA gives the Dual 2GHz G5 498MFLOPS and the 2.66GHz P4 255MFLOPS.

    If you use your math skills: 15.7 / 8.07 about equals 498 / 255. So therefore we can draw the conclusion that they have similar results.

    Now, NASA only used a 2.66MHz P4 while Apple used a 3GHz P4. Although remember NASA's figure that the P4 had 0.096 MFLOPS/MHz? Give the P4 333 more MHz, and you find it has about 286.968 MFLOPS. NASA also suggests a 20% performance increase can be expected with compilers that take advantage of the G5.

    Although, even without this increase Apple's benchmark and NASA's benchmarks are very close. Which would lead one to draw the conclusion that Apple's benchmarks were in fact valid.

    I should also note that a P4 would not perform as well in a dual system as the G5 does. So your 500 MFLOPS number is a little rediculous. The G5 which is an amazing dual proc chip saw it's 254 MFLOPS for a single processor (508 when doubled) drop to 498 MFLOPS in a dual system. And the P4 isn't designed for a dual system, doesn't support HyperTransport, etc.

    Dak

  34. Re:And before anyone asks... by Mononoke · · Score: 3, Interesting
    Just thought I'd point out that there's a bit more difference here than meets the eye.
    There's more difference between your two comparison systems than you seemed to notice also:
    1. The Mac has a DVD-R/CDR drive
    2. 120 Gig HD is just a little bit bigger than the 40 Gig
    3. The "free" monitor is only worth $100 to Dell
    4. The Mac includes video editing software
    5. The Mac's video card is dual output with ADV and VGA connectors, dual-monitor capable
    An "equivalent" Dell system is nearly $1400, according to their website, if I start with your example as a basis.

    Sorry, but it's worth $1000 to me to have a computer with a better ROI and no Windows.

    --
    NetInfo connection failed for server 127.0.0.1/local
  35. Re:And before anyone asks... by mamer-retrogamer · · Score: 5, Informative
    The G5s are Apple's flagship product line. Comparing el-cheapo Dell's to high-end Apple's is like comparing... well you know where I'm going with this train of thought (something about oranges, I think).
    How about a more fair comparison? Namely, between similarly configured high-end single-processor systems:

    Apple PowerMac G5:
    1.8GHz PowerPC G5
    250GB Serial ATA - 7200rpm
    SuperDrive (DVD-R/CD-RW)
    512MB DDR400 SDRAM (PC3200)
    Mac OS X
    AppleWorks
    ATI Radeon 9800 Pro
    56k V.92 internal modem
    No Monitor
    $2874

    Dell Dimension XPS:
    3.2GHz Pentium 4
    200GB Ultra ATA - 7200rpm
    DVD+RW/DVD+R/CD-RW
    512MB DDR400 SDRAM
    Microsoft® Windows® XP Professional w/ Microsoft® Plus!
    Microsoft® Works Suite 2003
    ATI Radeon 9800 pro
    No Monitor
    $3062

    And if you are to believe the benchmarks, it seems that Apple is selling the faster system for a lesser price than a similarly configured Dell.
    Apple has never competed at the low end. It is not starting now.

    -Mike

    --
    Schrödinger's cat is not amused—maybe.
  36. Re:Turn the optimizations on first. by dhovis · · Score: 5, Interesting

    I think the thing that most people on /. seem to keep missing is this: MacOS X and Linux both use GCC as their primary compiler. The Linux kernel is compiled with GCC, as is Darwin. Most software for each platform is compiled with GCC.

    Now, with all these Linux-heads around here insisting that Linux is faster than Windows on x86, you'd think GCC for x86 might be a good compiler. Certainly the SPEC tests Apple (and Veritest) did with GCC on the G5 with OS X and the dual Xeon Dell with Red Hat had to have been a valid comparison between those two situations.

    I also keep seeing all these comparisons to Dell computers without full specs of the Dell. The base configurations for the PowerMac G5 is positively loaded. How many $500 Dells come with Gigabit Ethernet? How many have the same level of engineering into the thermal managment?

    Only time will tell for sure. In the mean time, remember that IBM will be producing blade systems with the 970. We'll get a chance to compare those as well eventually.

    --

    --
    The internet is the greatest source of biased information in the history of mankind.

  37. Re:5177 MFLOPS 288 MFLOPS by Anonymous Coward · · Score: 5, Informative

    I recently got the chance to do a testrun, doing some airflow simulation on a G5 1.8GHz demo machine, and with altivec optimizations it clocked in at roughly 2100MFLOPS average for 5 runs(I could probably get better results with a better compiler though), while the dual Opteron 1.8(which the place where I did the testrun has bought 10 boxes of for their renderfarm), running Suse Linux, and my program re-compiled for x86-64 and SSE2 performed at about 2960MFLOPS average, but that could probably be improved with a better compiler too, but I had to use GCC at this time. Both machines had 4GB RAM btw.

  38. Re:5177 MFLOPS 288 MFLOPS by slithytove · · Score: 3, Interesting

    a single 970@1.8Ghz scored 2100MFLOPS and a DUAL opteron@1.8Ghz scored 2960 !? I assume your code was multithreaded/multiprocess? Your's sounds like a much more interesting test than nasa's - could you give any more info?

  39. Re:Wha? by bnenning · · Score: 4, Insightful
    A midrange p4 beat the highest end g5 available.


    By a whopping 0.4%, and with one of the G5's processors disabled. You can spin it any way you want, but the clear fact is that with the G5 Macs are competitive in CPU performance again. I don't see why this disturbs you so; competition is good.

    --
    How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
  40. Re:MFLOPS/Mhz. - Useless Metric by maraist · · Score: 4, Informative

    Actually, you're both correct, and you're both missing something.

    Originally, the pipelining was segmented based on the I-Fetch, D-Fetch (register/etc), Exec, Reg-Write-Back, with expensive floating point doing with different timing considerations (externalized or delay-locking multi-stage execution). Then they started sub-dividing each of those stages (especially in CISC archetectures). Now its common to see 15 integer execution pipeline stages - either with shared resources, such that you can only have one divide occuring at any given time (early P-I, P-II, P-III), or with fully independent/concurrent resources (AMD's Athlon).

    The addition of the pipelinable-stages between I-Fetch, D-Fetch, exec, and WB was somewhat trivial, because prior to pipelining, there were still seperate events on seperate clock-ticks with inter-stage latching. However, in CPU's with exec-stages that are pipelined, you are introducing additional latches that cause additional undesirable propagation delays.

    So a 15 stage integer multiply unit (excluding fetch/WB) has 15 x [guestimating] 4 propagations of additional latency over a single-stage I-unit. If there are resource-based stage-interlocks, or worse data-dependencies, then the pipelining is useless and you're totally hit by the excess propagation delays.

    Still, marketing being what it is these days, adding more stages means less propagations per stage, thus less worst-case propagation time, and thus higher clockability (all else being equal; temperature, etc).

    The P4, however, compensated by double-clocking the core integer stages, so the number of advertised stages is somewhat misleading.

    On a side note, due to the latching in pipelining, you're definately doing more total work for a given instruction. And more importantly, the designers have to think of totally different logic-algorithms to efficiently pipeline than to single-stage. My guess is that the pipelined versions will always be less efficient (especially considering that not all stages will fully utilize their allotted clock-time), and thus there's an additional loss.

    Ok, so this supports your post, but here's the part about power/heat.

    There are two types of transistors used in modern CPUs (everything past the Pentium). BiPolar and Field-Effect. The CMOS-FET refers to Complementary Metal-Oxide-Semiconductor Field-Effect-Transistor. This acts similarly to a capacitor in that there is a charge and discharge time with little waste current, and power dessipation is typical V=IR, Pwr = I^2 * R. The gate capacitor charge-time is the killer, and what limits switching speed (and thereby clock-speed). Shrinking the area of the capacitor (related to the micron-size stated, .18u, .15u, .13u, etc) means there's less time necessary to charge the capacitors, and thus speeds are increased. (This is only one aspect, and I'm no expert here).

    There's another way of reducing switching speed.. Increasing the amount of current running through the wires that ultimately charge/discharge the gate-capacitors. FETs are poor amplifiers, but BiPolar (while more complex and harder to make small) are phenominal. In addition to their complexity, Bipolar also are power hogs. While a FET only consumes power while turning on or off, BiPolars are always on, consuming power (there is current bleeding from the switch). So what often happens is that designers sprinkle BJT's here and there to amplify the current (at the expense of cost/complexity and power-dessipation), and continue using FETs everywhere else.

    The bigger and greater number of BJTs that are used, the faster some heavily loaded FET gates will charge and the quicker their switching time will be.

    If you up the voltage on a CPU, you're enhancing the amplifier's ability to charge the capacitors and thus gives you more safety-room to up the external clock-speed.

    Again, this deviates somewhat from my knowledge domain, but you can often merely co

    --
    -Michael
  41. +3db Doubles Power, +10dB Doubles Loudness by DonnarsHmr · · Score: 3, Informative

    Plus or minus 3dB represents a doubling or halving of the power, respectively. However, quietness or loudness is a subjective quality. Most statistically normal humans seem to agree that plus or minus 10dB doubles or halves the apparrent loudness. Psychoaccoustics bears no relation to math or physics.

  42. G5 has much slower SpecFP than Power4 (same clock) by vmp17 · · Score: 3, Informative

    At "SPEC", you can easily find the performance of a Power4 @ 1.45 GHz. Its SPEC2000 rating for floating point is 1097. When you scale that to the 2.0 GHz processor in the G5, you conclude that it has a SPEC score of about 1500.

    Wrong Conclusion!

    According to this pdf (page 13) G5 @ 1.8GHz has 1051 SpecFP.
    At the same time Power4 @ 1.7GHz has 1598 SpecFP !!!

    It is very clear that Power 970 (G5) is much-much slower in floating point than it's Power4.
  43. Bebox by fredistheking · · Score: 3, Funny

    Does anyone remember the dual-ppc that the BeOS people were originally selling? Anyway, you could turn off one of the processors but if you wanted to, you could turn them both off. I think they evenrtually removed this feature. =)

    -

  44. Re:Single vs Double Precision by ChadN · · Score: 3, Informative

    Well, first of all, I work at NASA as a researcher, doing numerical work (although I'm not a civil servant, and don't speak for them).

    I agree that AltiVec is superior to SSE (ie. single precision), but you compared it to to SSE2, which is a bit apple-to-oranges (no pun intended, btw). If the G5 FPU is faster than current SSE2 at double precision, it just proves the well thought out design of the PowerPC architecture (and the unfortunate legacy of Intel's FPU instruction set, which is still a handicap even with SSE/SSE2, due to the need to mode switch).
    But SSE2 is still immature, and I expect compilers to improve, as well as chip implementations. Once they do, a more meaningful comparision can be made.

    The Intel chips NEED stuff like SSE/SSE2 to achieve faster floating point speeds, whereas the PowerPC can get by without it, thanks to a much better FPU design, and thus, PowerPC makers will probably not spend the silicon to make a double precision SIMD instruction set anytime soon.

    I stand by my claim that while most consumer and media software can get by with single precision, scientific computing (ie. large matrix calculations, to be blunt) quite often needs double precision (hell, you can get libraries that use 128 bit long doubles, these days), and will ultimately prefer SSE2. Scientists fuss with single precision SIMD simply because many of their applications can benefit so much from SIMD that it is worth the pain to use single precision (with proper conditioning and verification, etc.) Now that double precision SIMD is available, I can only predict they will want to jump to it, once tools for using it are there.

    Granted, if Intel can't make a double precision SIMD unit that outperforms a double precision general FPU like the G5's, for matrix problems, then they don't deserve to design chips for scientific computing. :)

    --
    "It's overkill, of course. But you can never have too much overkill." - Anonymous Slashdot Coward