Slashdot Mirror


Intel Pentium 4 NetBurst Architecture Explained

fr0child writes "Next week is Intel's Developer Forum (IDF) and it seems they'll be releasing quite a bit of information (aka hype) about the Pentium 4. Anandtech seems to have gotten the scoop on Intel's NetBurst Architecture, basically covering the P4's internal architecture."

130 comments

  1. Re:HAHAHAHAHA by ZanshinWedge · · Score: 2

    P.S. You can also get the scoop over at sharky extreme.

  2. NVidia Counter Strategy ? by RedLaggedTeut · · Score: 1

    Simply asked, if NVIDIA is cramming so much in their GPU, which is about to be challenged by Intel P4, would they be able to react by bringing out a central processing unit ?

    --
    I'm still trying to figure out what people mean by 'social skills' here.
  3. Re:This is bad by patreides · · Score: 1

    Using RAMBUS-only also cuts out the smart market :-)

    --
    # debian/rules
  4. Re:Wow, a real RISC chip... ;) by inburito · · Score: 1

    I was always under the impression that RISC meant reduced instruction set computing and cisc complex instruction set computing..

  5. CPU Pipelining 101 by Don+Faulkner · · Score: 1
    Could someone explain to me how having a longer pipeline speeds things up?

    Ask and you shall receive.(Not that I claim to be a genius about these things ;)

    CPU pipelining in general is a divide-and-conquer scheme. Say you have some set of tasks, each of which you know you can do in ten minutes (take out trash, vaccuum living room, rebuild the linux kernel, etc.) What if you could break each of these down into smaller steps (like finding the trash, collecting it, taking the bag to the curb). Say each of these smaller steps takes no more than three minutes.

    Now, you've got a lot of the large-scale tasks to do, so you invite a bunch of your friends over. Each person takes a specific task and does it in assembly line fashion.

    Here's the scenario:

    1. We start by finding the trash (3 minutes)
    2. someone collects it (6 minutes total)
    3. someone else bags it (9 minutes total)
    4. finally someone runs to the curb (12 minutes total).

    Oops! we're at 12 minutes, that's 2 minutes more than it takes me to do it by myself. But wait, how long does it take to get the next bag to the curb? If the searcher started looking for more trash as soon as he gives the first trash to the collector, he now has more trash ready to be colleted. Follow this through, and you get something that looks like this (apologies for the strangely aligned ascii-art):
    -----------------------------------------
    |_search__|_collect_|___bag___|___dump__|
    -----------------------------------------
    |_block1__|__NOP____|___NOP___|___NOP___|
    |_block2__|__block1_|___NOP___|___NOP___|
    |_block3__|__block2_|__block1_|___NOP___|
    |_block4__|__block3_|__block2_|__block1_|
    |_block5__|__block4_|__block3_|__block2_|

    (and so on)

    As you can see, by the time the dumper gets around to dumping block1, we have block2 (the next bag of trash) ready for him to dump. If everything proceeds in "lock-step" (that is, no one gets ahead of the others), then after that first bag of trash, we can dump a bag every 3 minutes. This is much faster than on bag every 10 minutes, and this is the most common type of speedup associated with piplining.

    The first part (where various people are standing idle is called "filling the pipe." Certain pieces stand empty because we're working on the first instruction, and we just haven't gotten to them yet. In a CPU for example, the ALU will usually stand idle until the instruction decode logic has examined the bit arrangement of the instruction word and determined whether we should be ADDing, MOVing, BRAnching, or whatever.

    Oh, and that brings up branches. Say you've got to stop bagging trash and start washing dishes or something. Everyone has to stop what they're doing (once they're finished with the tasks still waiting on them), and start work on something else. Sometimes we know this is coming and have prepared for it (known as "branch prediction"), but sometimes we guess wrong (say we thought we'd be doing laundry next). Now we not only are switching jobs, but we're switching to something unexpected. This can essentially cause us to skip a beat. This means that for a moment or two, someone (or two, or everyone) will have nothing to do. Then the pipe fills again and we're back up to speed.

    CPU designers spend lots of time trying to find new ways to keep the pipe full, because, as you can see, the more a pipe stays full, the faster a system is overall. This is why branch prediction is so important. In addition to branch prediction, there's a whole slew of techniques, like "out of order execution," that allow us to make up time in other ways.

    This is a four-stage pipeline. Imagine what's going on with Intel's 20-stage monster! If we can continually decrease the amount of time taken by the longest stage in the pipline, then we can generate more instructions per second: we still have 1 instruction per clock (IPC), but if we can speed up the clock, we get more throughput (IPS). How can we speed up the clock? We do less in each clock cycle and spread the instruction out over more pipeline stages.

    This is a really simple overview. There's lots more where this came from, and it's all really neat stuff for those interested in hardware. For those interested, I'd recommend a book or course in hardware organization. You'll need a working knowledge of logic gates, some combinatorics, and some circuit design skills, but it's worth it!



    --
  6. - OT - Re:Heat by cybaea · · Score: 1

    yeah, OC Workbench has a little thing with a link to some high-magnification pictures of what can happen to your CPU if you don't treat it OK. Can you say "sliced Pentium"?

    Members of the Society for the Prevention of Cruelty to CPUs (SPCC) should not look....! It looks like it could have hurt ("megahurt", as The Register has it).

    Liquid cooling indeed. Why do I feel we have come full circle? I remember the liquid cooled machines at CERN - I thought we had gotten rid of those....

    --
    Hi!
  7. Questionable data. by Christopher+Thomas · · Score: 2

    I am tired of seeing Intel put out more and more vaporware. RDRAM, IA-64, etc, etc..

    You can buy RDRAM right now if you want to. Hardly vapour.

    Engineering prototypes of the IA-64 have been around for a while, with every indication that they will ship. Doesn't look very vaprous to me.

    IA-64 has 1/5 the performance of an alpha under gcc, which is not optimised for the alpha. (likely the kind that is 3x an Athlon or more for a P3)

    Firstly, GCC is not the best compiler in the world. When comparing an Alpha to an IA-64 chip, I'd use Intel's compiler on the IA-64 and Compaq's compiler on the Alpha. Both companies have a history of writing compilers that were extremely well optimized for their platforms.

    Secondly, I don't see much support for your figures. See my next point.

    Even a 2 year old alpha can beat most P3s (1.5 -2x P3 MHz = alpha MHz in performance)

    Not really. Alpha chips are about even in everything except floating point (where the Alpha blows *everyone* out of the water - Sun, HP, IBM, Motorola, etc).

    They do this with the higher speed grades of their chips that were released _recently_. Older chips used the same design but were clocked more slowly, and don't blow away present chips.

    Check http://www.spec.org for reasonably accurate benchmark information. They use the fairest system for evaluation that I've seen (standard test code supplied by SPEC, compilation and system tweaking handled by the companies owning the platforms being tested).

    As far as the performance of the Alpha or an Athlon vs. the P4 goes... The P4 is still in the final debugging stages. Wait six months and look for SPEC marks.

    Personally, I'd like to see SPEC marks for the G4. Apple has been allergic to SPEC of late.

  8. Re:"complete architectural overhaul"??? by VAXman · · Score: 2

    The author of that quote was clueless and should have said "microarchitecture". The architecture of Pentium 4 is very similar to Pentium III, but the microarchitecture is 100% different, and is a complete overhaul.

  9. Problems with longer pipelines, as in P4 by SpinyNorman · · Score: 5

    1) Pipeline stalls / operand latency:

    If the compiler and/or CPU is unable to reorder instructions effectively (or if a particular piece of code is not amenable to reordering), then an instruction in the pipeline may not have it's operands ready when it needs them and will stall the pipeline waiting for them. With a longer pipeline it will take more clock ticks for the necessarty operands to work their way thru the pipeline to clear the stall. Intel have added a double clock speed arithmetic unit (ALU) to the P4 to try to mitigate operand latency.

    2) Branch mispredict penalty:

    When a modern CPU such as the P4 encounters a branch instruction, it predicts whether the branch will be taken or not (by using the execution history) in order to be able to continue processing instructions through the pipeline. When the branch is finally evaluated near the end of the pipeline it may turn out that the prediction was wrong, and that all the instructions following the branch (now in the pipeline) should not ne executed. In this case the processor has to flush the pipeline and instead take the correct branch. This "pipeline flush" branch mispredict penalty is obviously higher the longer the pipeline is - a 20 stage pipeline means you are throwing away 20 instructions when a branch is mispredicted.

    P4 was designed with a long pipeline so that each pipeline step could be very simple/quick and therefore the processor could have a very high clock rate. The downside of doing this is the above two problems, which mean that the average number of instructions executed per clock cycle (IPC - aka processor efficiency) gets reduced.

    P4 at 1.4GHz may be faster than P3 at 1GHz, but because P4 will have a lower IPC than P3, it won't be as fast as a 1.4GHz P3 (if we ever see one) or 1.4GHz Athlon (which we will see).

    The one area where P4 should excel is in SSE2 optimized floating point math intensive applications, which is why Intel are now trying to reposition the P4 as an Internet/multimedia CPU rather than a general purpose one. The fallacy of this is that once you can decode your DivX in real-time, you don't need to go any faster!

    1. Re:Problems with longer pipelines, as in P4 by be-fan · · Score: 2

      I want to be able to decode 3 P0rn DVD's at the same time! One ALWAYS NEEDS MORE SPEED!

      --
      A deep unwavering belief is a sure sign you're missing something...
  10. Re:"complete architectural overhaul"??? by fatphil · · Score: 1

    You've missed the point again. Please.

    You say "it _is_ the first overhaul by Intel"
    I say "it's _not_ an overhaul".

    My introduction of the other companies into the argument was simply (blimey, I add things to simplify my argument and I start losing people) to indicate what a "complete architectural overhaul" _really_ means.

    If my statement is correct, that the change does not classify as a "complete architectural overhaul", then your, and the original statement are vacuously false as they refer.

    Do people not learn logic and grammer any more?
    Reread what I posted; see what I put; unravel the rhetoric of using sarcastic irony if you may; and condense what I wrote in your mind to 'Intel have not performed a "complete architectural overhaul'". It is there.

    If you still don't get it watch the "he's got a knife" scene from Crocodile Dundee.

    FatPhil

    --
    Also FatPhil on SoylentNews, id 863
  11. Intel Could Have Chosen a Better Name by hojo · · Score: 1
    When I first read the article, I thought it was about some sort of excruciating torture; then I looked closer and found that it wasn't in fact, about Nut Bursting.

    If this doesn't outperform AMD's offering, then the parodies will be flying fast.

  12. Re:How big an impact from the bus architecture? by eagl · · Score: 2

    What you're missing is that the P4 is going to be a single-cpu part, so there's no reason to split up the bus. Even in a dual processor setup, each cpu isn't hitting the bus for it's full capacity anywhere close to 100% of the time unless it's running a loop or accessing memory that doesn't fit inside it's cache, in which case the software design is holding it back more than the system bus anyhow.

    I don't think that many users would ever notice the difference, and intel probably can't afford to design it's next consumer level chip around a few percent of the market.

  13. Re:hmmm by 1010011010 · · Score: 2

    Worse: cold fusion. Guess their server needs more deuterium, or fantasium, or something.

    ---- ----

    --
    Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
  14. Re:1 thing I can't understand by VAXman · · Score: 1

    Mainly because only part of the chip is running at that speed, not the whole thing.

  15. SMP by cybaea · · Score: 3

    Hmm, it's there at the bottom of the page:

    Intel also informed us that the Pentium 4 would strictly be a uniprocessor part, meaning it won't even work in multiprocessor boards.

    So, yes, you are right: they don't support SMP so why would they split the bus?

    But I question your "intel probably can't afford to design it's next consumer level chip around a few percent of the market" comment.

    First of all, if Intel can't afford it, who can?

    But more to the point: Is it really only a few percent of the market? I've just ordered a dual PIII and I selected the chip specifically because I could get SMP support. Does anybody have any statistics on single- versus multiple CPU PIII systems shipped? Is it really only "a few percent"?

    --
    Hi!
    1. Re:SMP by be-fan · · Score: 2

      Probably less than a few percent. Consider the fact that almost all business machines are uni-proc, all consumer machines (except the DualG4) are uni-proc, the only SMP machines you have are (some) servers and workstation machines. The midrange-and-up (where you fund the bulk of multi-processor machines) and the server market are pretty tiny (in terms of machines shipped) than the consumer and business markets (I think the statistic is in the hundreds of millions of consumer machines shipped per year.)

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:SMP by lscoughlin · · Score: 1

      Your only thinking about the desktops.

      Server space is a completely different matter... Most machines there are SMP there. However, Intel currently doesn't have to worry about competition there because AMD hasn't yet released a SMP capable chipset.

      --
      Old truckers never die, they just get a new peterbilt
    3. Re:SMP by eagl · · Score: 1

      "Who can?" Intel can. However it won't be designed or priced for the normal consumer/user, just like in the past with the PPro and Xeon. The chipsets for those CPUs were designed with stability in mind, not mind boggling quake performance or overclocking, and the CPUs themselves were priced out of reach for most people. That is how Intel approaches multiprocessor systems, and I highly doubt that Intel will change that until/unless Microsoft supports multiple processors in it's basic consumer OS.

      Like it or not, Intel is going to design for the market and the market isn't driven by YOU, it's driven by your next door neighbor who hasn't even heard of Slashdot.

    4. Re:SMP by be-fan · · Score: 2

      I mentioned server space. However, server space is a lot smaller. Think of this. A business may buy 100 desktops for a workgroup, and only two or three servers for that workgroup. Most of the time servers are expense, low volume items. At home, there are no servers, and the home market is huge. So in terms of percentage of total machines that are SMP, it is a very small percentage.

      --
      A deep unwavering belief is a sure sign you're missing something...
    5. Re:SMP by randombit · · Score: 1

      But more to the point: Is it really only a few percent of the market? I've just ordered a dual PIII and I selected the chip specifically because I could get SMP support. Does anybody have any statistics on single-versus multiple CPU PIII systems shipped? Is it really only "a few percent"?

      Probably. I mean, in the geek world / university lab environment where I live, SMP is the thing to have (most of our machines are dual P-IIIs, or else smaller machines (mostly Pentiums) built into robots), and I know a lot of people doing dual Celerons or P-II/III. But in the general case, it's not that common, mostly because you have to run a real OS to be able to actually use it.

      Though it seems like this, coupled with the AMD 770 chipset, coming out RSN, is basically handing the high-end market to AMD. I mean, Merced isn't going to cut it (assuming it's ever released, that is), and if Thunderbird and Sledgehammer can do SMP but you can't do SMP on Intel unless you use (what will be) outdated P-IIIs, few are going to choose Intel.

      I suppose their logic is that they don't want the P4 to compete with IA64 in the high end space, but it seems likely that the P4 will be _faster_ than Merced anyway. Intel is on crack.

    6. Re:SMP by be-fan · · Score: 2

      Okay, I've looked up some of the statitics. First, even large server manufacters like Dell say that servers account for only about 14% of their sales. If you look at the sales of WindowsNT (which has 38% of the server market) IDC pegs it at about 2.1 million units last year. (The report is from july). Do that math, and that means about 5.1 million server OSs shipped last year. This is a pretty good indication of the number of servers shipped last year. Now, take into account that IDC says 112.5 million PCs were shipped last year, and the fact that not all servers are SMP machines, you can easily see that hte SMP market IS just a few percent of the computing market.

      --
      A deep unwavering belief is a sure sign you're missing something...
    7. Re:SMP by cwebster · · Score: 1

      >First, even large server manufacters like Dell say that servers account for only about 14% of their sales.

      Correct me if i'm wrong, but i wouldnt consider Dell a "large server mfg" for purposes of demonstrating that SMP is a small percentage of servers. Look to the real server mfgs, IBM, Sun, HP, Compaq, i'm willing to bet you will see a larger percentage of SMP systems. When thinking of servers, dont limit yourself to x86 hardware.

    8. Re:SMP by be-fan · · Score: 2

      The 14% isn't SMP, it's how much of Dell's sales are from servesr. I'm assuming that a large percentage of Dell's servers are SMP machines. Dell is a pretty big player in the server market, so I'm guessing that a larger percentage of their sales are from servers (and workstations) however, even for them, servers account for only 14% of sales. And I wasn't limiting myself to x86 machines. The 5.x million server operating systems include WindowsNT, Linux, and other UNIXs.

      --
      A deep unwavering belief is a sure sign you're missing something...
  16. Wow, a real RISC chip... ;) by Mike+Connell · · Score: 3

    From the CNET article:

    > The chip also comes with 144 new multimedia instructions for better graphics and sound.

    I'm weeping! I *know* that they're multimedia instructions and so on, and probably really useful, and that people aren't hand coding this stuff... but doesn't anyone else think this is ugly?

    Whatever happened to RISC?

    Mike.

    1. Re:Wow, a real RISC chip... ;) by YU+Nicks+NE+Way · · Score: 2

      SHR? It's easy: take the register, shift it right by one bit, and subtract the right-shifted version from the original...

      Oh. You meant SHift Right, not Shift-right is Halfway Recursive? Sorry.

    2. Re:Wow, a real RISC chip... ;) by luckykaa · · Score: 2

      Whatever happened to RISC?

      Intel happened. Its a shame really. The x86 architecture is all a bit of a mess. I don't think the 386 designers expected it to last until dual pipelined 1GHz chips.

    3. Re:Wow, a real RISC chip... ;) by ackthpt · · Score: 1

      Perhaps those extremely clever chaps stumbled onto the old hack which played music on the disc drive. I'm sure that's part of it:

      SetKey Am
      SetKey G
      etc..

      Then again it could be these are for flashing subliminal messages. I'm not sure if this is possible. Strange how every time I come to work and stare at this Trinitron monitor I have the greatest urge to buy another Walkman, to go with the other 587...

      Vote Naked 2000

      --

      A feeling of having made the same mistake before: Deja Foobar
    4. Re:Wow, a real RISC chip... ;) by Jon+Erikson · · Score: 1

      Whatever happened to RISC?

      Well it's not technically a pure CISC chip either since all instructions are internally translated to microcode. So adding 144 new instructions merely means adding more capability to the translation unit IIRC rather than changing the whole thing...

      ---
      Jon E. Erikson

      --

      Jon Erikson, IT guru

    5. Re:Wow, a real RISC chip... ;) by warlock · · Score: 2

      The x86 IA was, is and will remain a CISC design.

      Besides, these are extensions for SIMD and perhaps even vector stuff. Even if it was a RISC design they'd have to add instructions for such radically new features.

    6. Re:Wow, a real RISC chip... ;) by fatphil · · Score: 2

      To have MMIs is not anti-RISC.
      RISC is more an instruction decoding/orthogonality issue than an instruction set richness issue. Many RISCs have far richer instructions than CISCs!

      I remember one (thanks to those large foreheaded types in Texas) which had _every_ possible bitwise logical operation available.
      So x86 gives you AND, OR, and XOR, big deal.
      This had NAND, NOR, IMP, NIMP, RIMP, NRIMP, ...

      Back onto
      If you have two spare bits in your opcode, then you could use those to implement
      00 = act as 64bit words
      01 = act as 2 32bit words
      10 = act as 4 16bit words
      11 = act as 8 8bit words
      et voila! every instruction can be turned into a "MMI" instruction!

      (OK, in reality you'd only need the arithmetic ones to have this feature.,
      e.g. with 3 bits
      0xx = MMI arithmetic instructions as above
      100 = logical operations
      100 = control flow
      101 = moves
      111 = something else

      Nothing non-RISC about this at all. (I assume all operations are (R1, R2) -> R3 type or similar).

      Of course, it's perfectly possible to throw orthogonality and symmetry out of the window and implement this as a complete dogs breakfast too! Intel would never do that I'm sure.

      FatPhil

      --
      Also FatPhil on SoylentNews, id 863
    7. Re:Wow, a real RISC chip... ;) by luckykaa · · Score: 1

      SHL by 1 can be achieved by adding a number to itself. And adder is just a pile of XORs and ANDs. We would need a separate load const for INC and DEC. SHR I'm not so sure about. Damn! This chip is getting complex.

    8. Re:Wow, a real RISC chip... ;) by simm_s · · Score: 1

      You can do jumps by adding the program counter. You can also do conditional branches with NAND and and ADD. Risc is beautiful!

    9. Re:Wow, a real RISC chip... ;) by luckykaa · · Score: 1

      Replace AND, OR and NOT with NAND.

    10. Re:Wow, a real RISC chip... ;) by Quietust · · Score: 1

      What about flow control? A program becomes somewhat limited if you can't do a conditional (or unconditional) branch.

      -- Sig (120 chars) --
      Your friendly neighborhood mIRC scripter.

      --
      * Q
      P.S. If you don't get this note, let me know and I'll write you another.
    11. Re:Wow, a real RISC chip... ;) by luckykaa · · Score: 1

      How about LOAD, STORE, JUMP_IF_ZERO, JSR, NAND. (I think it would have to be stack based)

    12. Re:Wow, a real RISC chip... ;) by Jimmy_B · · Score: 1

      Moore's Law: the number of transistors on a microchip doubles every 12-18 months Intel's Law: the number of unneccessary MMI instructions on a microchip doubles every 10-16 months Microsoft's Law: the efficiency of hardware utilization in software halves every 8-14 months

  17. Yeah.... by Anonymous Coward · · Score: 1

    Basically, damn near no one runs a multiproccesor box. I know because I HAVE run one for the past 2 years: Intel puts SMP on a very low priority, and software designers do too. For example, there is only one MP3 encoder (gogo) that can even run with multiple threads. At a lower level, the ONLY operating system I haved used that even comes close to making good use of SMP is BeOS.

    Bottom line: It would be a major disadvantage if the world would just wake up and start making SMP more practical, but unfortunatly, even Linux has not helped that much.

  18. Re:P4 & RAMBUS (The Clown) by Meenky · · Score: 1
    Found it!!!

    I just found the URLs I wanted. These people make QDR memory and these people make the controller. Now this is SRAM memory, not DRAM, but I don't think it would be too hard to make a mobo that took this, couldn't be anymore expensive than RAMBUS could it? Plus the controller has a sustained thoughput of 7.2GBps at 100MHz, WOW!!!!!

    The world really is round and aliens are not stealling your socks...

  19. how many busses? by sunking7 · · Score: 1

    NetBurst - Intel
    LightPipe - SGI
    AMD has their flavor

    Who's the best?

    1. Re:how many busses? by Tower · · Score: 1

      AMD's bus for the Athlon family is the Alpha bus - one that has been proven, and doesn't have those nasty Intel licensing problems.

      --

      --
      "It's tough to be bilingual when you get hit in the head."
    2. Re:how many busses? by um...+Lucas · · Score: 1

      Are you sure that it doesn't have any nasty DEC/Compaq licensing problems, though? Or could Cyrix, IBM, MIPS, and Sun all start building processors for EV6 without even going so far as to mention it to Compaq?

    3. Re:how many busses? by Shadow99_1 · · Score: 1

      AMD received cross licensing that netted them the EV6 bus other companies would have the normal amount of trouble with licensing if they used it though...

      --
      we are all invisible unless we choose otherwise
    4. Re:how many busses? by funkman · · Score: 1
  20. Hmm? Server down? by arcade · · Score: 2

    I get a filter-errormessage when I try to access that page, and i'm not running any filter, so it seems their server has b0rked already.

    hmf, slashdotting is to powerfull. :)


    --

    --
    "Rune Kristian Viken" - http://www.nwo.no - arca
  21. CPU Rant by pantherace · · Score: 3


    I am tired of seeing Intel put out more and more vaporware. RDRAM, IA-64, etc, etc... I don't know of any other chip maker that puts out so much vapor. AMD's chips did what they were intended to do. DEC (compaq) Alphas haven't failed yet, (supposed to be 1.5GHz+ by the end of the year.)
    I am willing to bet that AMD will have a 64-bit arch out (mainstream) before Intel.
    IA-64 has 1/5 the performance of an alpha under gcc, which is not optimised for the alpha. (likely the kind that is 3x an Athlon or more for a P3)
    Even a 2 year old alpha can beat most P3s (1.5 -2x P3 MHz = alpha MHz in performance)
    Another thing 550 P-3 $159, 600 Duron $99 (or 109, can't remember exactly). Duron is not 2/3 a P3's performance. Is Intel too greedy? In SV, I talked to an Intel CAD engeneer and he said as long as it sold for a 24 or 26% profit Intel would make anything. I wonder what AMD's profit level is.

    btw anyone ever looked at Alpha vs Intel's touted FP performance? hint, Intel is in the dust.

    1. Re:CPU Rant by be-fan · · Score: 2

      AMD's profit margin is less than Intel's. If you've seen the kind of price decreases AMD has put up, you'll know why. You can get a 1GHz Thunderbird Athlon for around $650 on pricewatch.

      I think you've confused the term "vaporware." Vaporware is stuff that doesn't show up. It is said to come out, but never does. Given the fact that RDRAM is shipping, and the P4 is close to shipping, you can hardly term them "vaporware." Vaporware has a much narrower definition than most /.ers realize. The Nintendo 64 magnetic drive was vaporware (it was called the 64DD, is it just me, or does read like a cup size?) The Matsushita M2 (another propose console using dual PPC 603e chips) was vaporware.

      --
      A deep unwavering belief is a sure sign you're missing something...
    2. Re:CPU Rant by AFCArchvile · · Score: 1

      IA-64 has 1/5 the performance of an alpha under gcc, which is not optimised for the alpha

      How do you know this as a fact if IA-64 is still vaporware? Or, as the linux gnomes usually do, are you just pulling this "fact" out of a hat?

      --
      "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
    3. Re:CPU Rant by pantherace · · Score: 1

      The 1/5 of an alpha was with the test processors that are being used for development. This fact was given to me by a sysadmin that follows alphas, and other 64 bit processors (including the release of the IA-64). He has seldom been wrong about this sort of thing, and this was several months ago, perhaps the compilers have gotten better.

    4. Re:CPU Rant by pantherace · · Score: 1


      I was not aware that either RDRAM or Ia-64s were ready to be shiped, and had been delayed for years, and that was the what I thought vaporware ment, until it was released in a real version, not pushed back for years and years. as opposed to being released on time, and working correctly.

      Thanks for the correction.

  22. Unlike Intel... by ackthpt · · Score: 1

    Whose tech sharing with DEC resulted in Intel employing such Alpha features as Branch Prediction without license and a 12 count complaint filed against Intel. All very interesting stuff.

    Vote Naked 2000

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:Unlike Intel... by VAXman · · Score: 1

      Um, Branch Prediction is not an "Alpha feature". The IBM 360 had branch prediction in the mid-1960's.

    2. Re:Unlike Intel... by ackthpt · · Score: 1
      Um, Branch Prediction is not an "Alpha feature". The IBM 360 had branch prediction in the mid-1960's.

      Yeah, yeah, we had a 360/40, too.

      What I could have elaborated on was that this was DEC's particular method of Branch Prediction, among other things. As Compaq has acquired DEC I haven't been able to find the original complaint (filed May 13, 1997 IIRC Worchester District Court in Mass.) The gist was that DEC had patiently lined up all the ducks and then presented them to the thieves at Intel.

      The Smoking Banana

      Whether Intel engineers took the high road or the low road when it comes to branch prediction and related technology remains to be seen, but Digital made creative use of a previously published account of Intel's approach to technology. Mr. Palmer quoted a passage from the Corporate Focus feature in the August 26, 1996 Wall Street Journal. In the article, entitled "Intel Shifts Its Focus To Long-Term Original Research," Intel COO Craig Barrett is quoted as saying, "Now that we're at the head of the class and there's nothing left to copy." Said CEO Andy Grove, "We're a big banana now... we can't rely on others to do our research and development for us."


      Vote Naked 2000
      --

      A feeling of having made the same mistake before: Deja Foobar
  23. Re:And how about the BX replacement? by AFCArchvile · · Score: 1

    I have a PIII 500 on a 440BX board. I've been waiting for Intel to give up Rambus and make a high-end chipset with AGP4x and slot1. Is this a lost cause? If so, I'll probably wait until either:

    Rambus gets off their high horse and lowers the prices;

    Rambus drops their royalties;

    Something beats Rambus; or

    The Athlon-Killer arrives

    --
    "Ancillary does not mean you get to rule the world." --U.S. Circuit Judge Harry Edwards, speaking to the FCC's lawyer
  24. what filter and where? by fingal · · Score: 1
    Hmmm. mucho confusion. is anybody else getting one of these:-

    Access denied to system because of URL Filter Configuration, while attempting to retrieve the URL: http://www.anandtech.com/showdoc.html?i=1301.

    And if not then which "local filter list" are they referring to?

    --

    The only Good System is a Sound System

    1. Re:what filter and where? by DoninIN · · Score: 1

      I don't know, but I saw it as well, cut & pasted the address and that didn't work either...

    2. Re:what filter and where? by arcade · · Score: 1

      Its very b0rked, yes. I got the same error message.


      --

      --
      "Rune Kristian Viken" - http://www.nwo.no - arca
    3. Re:what filter and where? by Andrewkov · · Score: 1

      Yep, I got the same thing ... must be a bogus message from their server. I'm using a dial up connection with no filtering. Probably their server bucking under the load.

    4. Re:what filter and where? by VirtualWolf · · Score: 1

      Wow...the Slashdot Effect is *very* powerful! ;)

      And yep, I get the same error message...no idea what it means though.

      I guess it must be some filter thingy at the server end...

      ::shrugs::

  25. 3D on CPU? by Crazy+Man+on+Fire · · Score: 2
    In a preview of the chip at the company's headquarters, technicians showed how a Pentium 4 computer can rapidly render, or draw, 3D images downloaded from the Internet. That sort of processing power could make it easy for sellers on eBay to post virtual representations of their products, for example.
    Recently, in a preview in a dorm room in Vermont, technicians showed how a Pentium II (r) computer equiped with an inexpensive 3D graphics card can rapidly render, or draw, 3D images.

    duh. is it just me, or is this just a load of crap. with the incredible tech available right now in 3d video cards, which are getting better all the time and will probably hit the ceiling pretty soon, why would any home user want 3d on their cpu? for the extra cash it would cost to get this feature, i'd rather spend on a kick-ass 3d card. cut the crap with all this hardware bloat and just give us a fast reliable chip! oh, and a motherboard with a reasonably fast bus would be nice as well, but let's not get started on that one...
    1. Re:3D on CPU? by David+Greene · · Score: 1
      We all know that RISC processors (i.e. Alpha) are faster and better than CISC processors (i.e. x86)

      Not true, not true. The x86 processor family provides the highest SpecINT rating and has for some time now. We can argue about benchmarks all day, but Spec is the industry standard.

      Just because something is RISC doesn't automatically make it the Holy Grail. There are a lot of factors that go into processor design.

      Which brings me to another point about the P4: unless there's been some grand breakthrough in branch prediction of which I am unaware, I don't buy the trace cache as being anything more than a predecode cache (which, granted, on an x86 could be a big deal).

      --

      --

    2. Re:3D on CPU? by ink · · Score: 1
      We all know that RISC processors (i.e. Alpha) are faster and better than CISC processors (i.e. x86)

      Not true, not true. The x86 processor family provides the highest SpecINT rating and has for some time now. We can argue about benchmarks all day, but Spec is the industry standard.

      I noticed you left out SpecFP... (could it be because the IA32 is absolutely *horrible* at FP operations; not to mention it's low performance most other units that are common in the CPU nowadays) Adding 144 new instructions to the CPU isn't going to help them in the long run either (see: MMX, KNI, 3d-Now!, etc). Anyone and their dog can make a fast integer unit; most operations inside them run at a single clock, and it is the most well-understood unit (arguably) in the history of CPUs; it's just Intel's brute force that keeps the IA32 performing so well.

      The wheel is turning but the hamster is dead.

      --
      The wheel is turning, but the hamster is dead.
    3. Re:3D on CPU? by Quietust · · Score: 1

      But remember, you're talking about the x86 here...
      We all know that RISC processors (i.e. Alpha) are faster and better than CISC processors (i.e. x86), but that hasn't stopped Intel yet...

      -- Sig (120 chars) --
      Your friendly neighborhood mIRC scripter.

      --
      * Q
      P.S. If you don't get this note, let me know and I'll write you another.
    4. Re:3D on CPU? by David+Greene · · Score: 2
      Of course I left out FP. Everyone knows x86 has a horrible FP implementation. It's not even worth comparing because it's so crippled.

      This does not invalidate what I stated. CISC does not require a braindead FP stack implementation.

      If it's just Intel's brute force keeping IA32 on top, then may I humbly suggest the other manufacturers hire away some of that brute?

      I'm not sure what other units you're referring to. Memory, perhaps? A lot of that has more to do with the PC platform than anything else -- consumer-level machines don't require huge levels of memory bandwidth and scaling.

      Keep in mind that SpecINT measures the entire processor performance runnning (mostly) integer applications. This includes memory and control flow.

      Could x86 run faster if it weren't burdened with a huge decoder? Probably. Branch mispredicts are a big problem.

      My point is that you can't judge a processor by its packaging (marketing). It's the guts and the bottom line that count. Speculations based on anecdotes and (in this case) dogma are next to useless.

      --

      --

    5. Re:3D on CPU? by ghoti · · Score: 1

      You see, MHz counts just aren't enough any more. You also need a completely insane number of transistors (42 million!!! they're nuts!) and about as many meaningless buzzwords. This article *is* marketing BS, and the author doesn't know a thing about processors or any other topic he writes about, that's for sure.

      --
      EagerEyes.org: Visualization and Visual Communication
    6. Re:3D on CPU? by simm_s · · Score: 1

      Laptops users don't quite have that option! SWAR is a tad helpful in that respect.

      I do agree with the idea that on chip 3D acceleration would not help too much on a PC with the latest 3D card.

      I don't think that streaming media is accelerated by the video card. That would be helpful to PC users. I guess Intel is waiting util broadband cable access hits almost every home and streaming media hits it big.

    7. Re:3D on CPU? by Dante+Aliegri · · Score: 1
      Why 3d on CPU? Its sometimes nice to have the ability to fall back on software ( or mabye "chip-hardware" ) rendering. That option in Q2 was very useful when you had problems.

      Then imagine, in the future, you could have hot-swappable AGP, and swap while you were playing Quake 8.. it would just fall back to on-chip rendering.

      But really, most technology, when its made isn't specifically designed for most of the stuff its used for.

      Since, as someone else mentioned, all the CISC stuff is in microcode, its all good.

      DanteAliegri

      --
      -- What doesn't kill you hasn't tried hard enough.
    8. Re:3D on CPU? by Crazy+Man+on+Fire · · Score: 1
      I don't think that streaming media is accelerated by the video card. That would be helpful to PC users. I guess Intel is waiting util broadband cable access hits almost every home and streaming media hits it big.
      even so, it seems that such streaming media would have to incorporate some sort of special instructions that the cpu would understand and then be able to use to speed up the 3d rendering. we've already got open gl...why reinvent the wheel?!

      Laptops users don't quite have that option! SWAR is a tad helpful in that respect.
      as for the laptops...good point. however, i'm not sure how fast the p4 will make it to the mobile platforms. with that many transistors its gotta be pretty hot. unless they start making laptops liquid cooled with a radiator mounted on the back of the screen or something, you're going to have an awful hot lap if you use one of those things. not to mention short battery life...
  26. Re:More information here by ThrobbingGristle · · Score: 2

    In a preview of the chip at the company's headquarters, technicians showed how a Pentium 4 computer can rapidly render, or draw, 3D images downloaded from the Internet. That sort of processing power could make it easy for sellers on eBay to post virtual representations of their products, for example.

    Sweet! I've been waiting for features like that forever! Thanks Intel and thanks CNET! You guys rock!

  27. "complete architectural overhaul"??? by fatphil · · Score: 2

    CNET:
    "The chip [...] represents the first complete architectural overhaul of the company's processor line since 1995, when the original Pentium emerged."

    Erm. I've programmed for z80, 68K, Arm, C80-MP, H8, PPC, Axp, Sparc, HP-PA and the ubiquitous x86 (all varieties).

    If the Pentium is a "complete architectural overhaul", then what the blazes does one call the Vax->Axp change, or the 68K->PPC change, or the C80->C6000 change?

    Some people live in very sheltered worlds, evidently.

    FatPhil

    --
    Also FatPhil on SoylentNews, id 863
    1. Re:"complete architectural overhaul"??? by David+Greene · · Score: 2
      Ahem.

      P6, anyone? I would think O-O-O execution would be a pretty major overhaul.

      --

      --

    2. Re:"complete architectural overhaul"??? by FascDot+Killed+My+Pr · · Score: 2

      Here's your quote: "The chip [...] represents the first complete architectural overhaul of the company's processor line since 1995, when the original Pentium emerged."

      (my emphasis)

      Assuming "the company" referred to is Intel, then this statement is completely true.
      --

      --
      Linux MAPI Server!
      http://www.openone.com/software/MailOne/
      (Exchange Migration HOWTO coming soon)
    3. Re:"complete architectural overhaul"??? by MinaInerz · · Score: 1

      Ah ha ha. That's funny. :P

      First of all, the Vax->Axp and the 68K->PPC change happened before 1995, and second of all, the VAX is Digital, and the 68K/PPC is Motorola/IBM - not Intel.

      You do live in a very sheltered world indeed, FatPhil.

    4. Re:"complete architectural overhaul"??? by fatphil · · Score: 1

      Score 3: Funny?

      I was serious! (CV available on request if you don't believe me.)

      OK, downmod to redundant this one now :-)

      FatPhil

      --
      Also FatPhil on SoylentNews, id 863
    5. Re:"complete architectural overhaul"??? by ghoti · · Score: 1

      This article is just marketing bullshit, the guy who wrote it obviously has no clue what he is talking about. Take the crap he writes about "peer networking such as Napster" as another example.

      --
      EagerEyes.org: Visualization and Visual Communication
    6. Re:"complete architectural overhaul"??? by fatphil · · Score: 1

      You're flamebait. I'm weak.

      Vax is digital. Axp is digital.
      Vax->Axp was a "complete architectural overhaul" performed by Digital.

      68K is motorola. PPC is part Motorola.
      68K->PPC was a "complete architectural overhaul" performed by Motorola in cooperation with others.

      If you aren't flaimbait, then go reread my post, and see if you can work out what I may not have said clearly enough first time. (In which case my bad.)

      FatPhil

      --
      Also FatPhil on SoylentNews, id 863
    7. Re:"complete architectural overhaul"??? by fatphil · · Score: 1

      However, I was talking about what a "complete architectural overhaul" is. Not what it means to solely Intel, but what it means when looking at the broader history of microprocessor architectures.

      In fact, the misunderstanding _is_ the essence of my point.

      As in "Quake 3 Arena is the first new genre of game from ID since 1998." To which I'd reply "new genre?"

      FatPhil

      --
      Also FatPhil on SoylentNews, id 863
    8. Re:"complete architectural overhaul"??? by um...+Lucas · · Score: 1

      The 68k-PPC transition was one that Apple undertook, not motorolla or IBM. The 68k series continued onwards, to at least the 68060. Yes, Motorolla built the 68k's and builds some of the PowerPC's, but the PowerPC wasn't a radical new step in the 68K family tree, like Anand was trying to imply Intel's doing with the x86.

    9. Re:"complete architectural overhaul"??? by kondrag · · Score: 1

      However, the sentence reads "THE company", not "A company".
      So contextually, the arguments against you are correct. :-)

  28. Re:How big an impact from the bus architecture? by be-fan · · Score: 2

    Considering the P4 only does a single proc config...

    --
    A deep unwavering belief is a sure sign you're missing something...
  29. NetBurst by Black+Parrot · · Score: 1

    I heard the "Burst" part refers to the little puff of vapor that you get with each press release.

    --

    --
    Sheesh, evil *and* a jerk. -- Jade
  30. Re:Quad-pumping? by Anonymous Coward · · Score: 1

    Simple, you don't quad pump. The so-called quad pumped SRAM I have seen have 2 busses: one for reads and one for writes, or if you prefer one input and one output pin per data bit.

    This avoids bus turnaround times and there is AFAIR a single address bus which is running slower since the data is transferred mostly by bursts on one or both of the data buses. As long as you can place 2 address/command cycles in the duration of a data burst, you are limited by the bandwidth of the data busses.

    Actually this only doubles the bandwidth for some kinds of workloads but not for others: if you are performing statistics computation on a large set of data, you only read from memory and it becomes equivalent to a DDR bus. I suspect that this is what would happen to my workloads: analyzis of large amount of data to extract faint signals from noise with a read to write ratio between 1000 and 1000000.

    It would be silly to quad-pump a bus in frequency: if you can afford x million of transitions per pin on the data bus, halving the number of transitions on the clock line(s) would not simplify the design nor measurably reduce the noise and radiated energy.

  31. NetBurst? by be-fan · · Score: 3

    Is it just me, or is the name not necessarily just superflous?

    1) The P4 has very long pipes.
    2) The P4 has small caches.
    3) The P4 has huge bus bandwidth.
    4) The regular FPU has been largely depreciated in favor of SSE2.

    What does all this add up to? A chip to accelerate 3D. This feature list reads largely like the list of the Playstation 2. (Aside from the long pipelines thing.) You've got the small caches, high bandwidth, and the vector pipes. My guess is that Intel, seeing NVIDIA cramming more and more into the GPU, is trying to come back and troughly blow them out of the water. This chip might process slower per clock for many uses, but the high clock makes up for that. On the otherhand, things that are extermely regular without any branches (ahem, 3D geometry processing) will absolutely fly through this thing.

    --
    A deep unwavering belief is a sure sign you're missing something...
  32. Maybe it's a Slashdot Effect shield ? by dingbat_hp · · Score: 2

    How about a filter that tracks referrals from Slashdot and bounces them beyond a certain load level ?

    I've no idea if that's what happening, but it's something I'd want to have on hand, if I ran a site like Anand that was regularly whacked with Slashdot's million typoing monkeys.

  33. sounds like a math co processor to me... by Da+w00t · · Score: 2

    so it'll be as much faster as when I put the 387 into my 386?

    da w00t.

    --

    da w00t. mtfnpy?
  34. [OT] The Register by Black+Parrot · · Score: 1

    Speaking of The Reg, has anyone deciphered the (il)logic behind the ordering of their articles on the page? Usually it seems that they push new articles down from the top, but sometimes I see articles further down which I have not seen before. And older stories with previously clicked links occasionally reappear at the top.

    --

    --
    Sheesh, evil *and* a jerk. -- Jade
  35. 1 thing I can't understand by marat · · Score: 1

    is why this marketologs refused to call it "2GHz processor" because of this "Rapid Execution Engine"?
    ---
    Every secretary using MSWord wastes enough resources

  36. I got me some questions about this here CPU by Meenky · · Score: 2
    The Internet is going from a text kind of thing to something more visual
    I don't know about the rest of you but i don't have enough bandwidth for the text based internet as it is.(It really suck living at the end of a copper line, Max = 26.4 kbps)

    In addition, the Pentium 4 will contain a 20-stage pipeline. The pipeline is a processor's assembly line. While this means the Pentium 4 will have a line twice the length of the 10-stage Pentium III, the longer pipeline will create room for speeding up the chip.
    Could someone explain to me how having a longer pipeline speeds things up? this seems kinda counter intuative to me. Guess its like the pipelines in the 3D GPUs, but i don't see how that would work in a general purpose CPU.

    It will contain 42 million transistors, compared with 28 million for the Pentium III.
    Even with a smaller feature size won't this create a lot of heat, especially running at 1.4Ghz? IANAExpert but since PIII's run at 90C can we expect this CPU to run ultra hot as well?

    Those who will not reason, are bigots, those who cannot, are fools, and those who dare not, are slaves. --George Gordon Noel Byron (1788-1824), [Lord Byron]

    1. Re:I got me some questions about this here CPU by N8Magic · · Score: 1

      Don't forget Windows 98 to provide faster, safer and more convienient access to the internet! :)

    2. Re:I got me some questions about this here CPU by Pulzar · · Score: 4

      Could someone explain to me how having a longer pipeline speeds things up? this seems kinda counter intuative to me. Guess its like the pipelines in the 3D GPUs, but i don't see how that would work in a general purpose CPU.

      The longer the pipeline is, the smaller each stage (of the pipeline) is. The smaller the stages are, the higher the frequencey you can run them on is. If you cut each of the existing stages exactly down the middle, you could run your CPU on twice the frequency, without making any other changes! (Of course, you can never cut a stage exactly in half, so you'll never reach 2x increase).

      Why don't we make 10,000-stage pipelines, then, you might ask :). In the ideal world, a completed instruction "comes out" of the pipeline at each clock cycle, so with 2x frequency, your cpu is twice as fast. The problem is, with a huge pipeline, you increase the chance that the instruction will "stall" along the way, and you'll get less than 1 instruction (on average) coming out on each clock cycle (the "IPC" thing the article talks about). If you add enough stalls to your pipeline, your might effectively decrease your CPU's performance.

      --
      Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    3. Re:I got me some questions about this here CPU by ghoti · · Score: 1

      I don't know about the rest of you but i don't have enough bandwidth for the text based internet as it is.(It really suck living at the end of a copper line, Max = 26.4 kbps)

      Don't worry, the article is just marketing BS, never mind.

      Could someone explain to me how having a longer pipeline speeds things up?

      A pipeline makes it possible to have all the parts of the processor occupied all the time. So each part of the pipeline is working on one instruction at cycle n, and at cycle n+1 the same part works on the same part of the next instruction. This way, you have 20 instructions in the pipeline and it is possible for one instruction to complete with every cycle, thus creating the impression that the instruction only takes one cycle (while it really takes 20). This is a bit oversimplified of course, but that's how it works. But you also get higher penalties when jumping to another location the longer the pipeline gets, so 20 stages is really a bad idea unless you have a lot of additional logic to deal with information passing between the pipeline stages.

      Even with a smaller feature size won't this create a lot of heat, especially running at 1.4Ghz? IANAExpert but since PIII's run at 90C can we expect this CPU to run ultra hot as well?

      I guess so. And also in terms of yield (percentage of good processors that come out of the production line) this is crazy.

      --
      EagerEyes.org: Visualization and Visual Communication
    4. Re:I got me some questions about this here CPU by ethereal · · Score: 1
      I don't know about the rest of you but i don't have enough bandwidth for the text based internet as it is.(It really suck living at the end of a copper line, Max = 26.4 kbps)

      Maybe you should get a PIII to make the Internet faster :)

      --

      Your right to not believe: Americans United for Separation of Church and

  37. Re:More information here by Emil+Brink · · Score: 2

    Um, I don't know if you're serious, but stuff like this works perfectly fine on earlier CPUs too, of course. ;^) I probably shouldn't be doing this, but Cycore have some neat tech for doing this. According to their download page, the plugin for their technology (Cult 3D) is available for Linux as well as the Other OS...

    --
    main(O){10<putchar(4^--O?77-(15&5128 >>4*O):10)&&main(2+O);}
  38. Re:P4 & RAMBUS (The Clown) by Quietust · · Score: 1
    ...on a 64-bit bus...
    ...which will support dual RDRAM channels.
    Last time I checked, RDRAM only uses a 16-bit [data] bus.

    -- Sig (120 chars) --
    Your friendly neighborhood mIRC scripter.
    --
    * Q
    P.S. If you don't get this note, let me know and I'll write you another.
  39. whoa :) by kennedy · · Score: 1

    i'm actually plesantly surprized... looks as if intel put alot of planning and time into this. as soon as there is a p4 sdram option i'll look into picking up one of these suckers...

  40. Re:Ugh by Junks+Jerzey · · Score: 2

    Another processor from intel? Now damn't I just
    gave them a bunch of cash for the PIII, just
    like I did the PII, and just like the Pentium and
    the Pro version.

    I didn't really notice a big jump in performance
    on the last buy, but what can I do...it is intel.


    Why is this so difficult for people to understand? Unless you are doing something really hardcore, like lots of video work or heavy numerical analysis, you're not going to notice any performance benefit. Additionally, we've reached the point where rethinking or rewriting can pay off much, much more than incremental processor speed upgrades. For example, Borland's Object Pascal compiles 10-100x faster than gcc. If you use it, then you're getting an order of magnitude increase. Compare that to the benefit gained by going from a 400MHz Pentium II to 1GHz Pentium III (less than 3x).

  41. Re:Ugh by Sebastopol · · Score: 1

    Then what do you suggest, That Intel and AMD simply pat each other on the back and close up shop? "Yep, we made it to a gigahertz, and no one needs anything faster than that so we can convert all of those fabs into hydroponic potato farms..." ;-)

    Every next core that the two of them come out with has a few neat tweaks inside, but they are minor. It's pretty hard to come up with an earthshattering new archiecture every few months.

    If you feel pressured to buy a new PC every year, get a different hobby, or get counseling.

    Since when did people accept, without question, WITHOUT QUESTION, that they need to spend $2k on a new PC every 1-2 years!? To me, that is absurd. When did the brainwashing happen? How did we all miss it without doing anything?

    Or is this just what it's like to live in on an exponential curve?


    ---
    Unto the land of the dead shalt thou be sent at last.
    Surely thou shalt repent of thy cunning.

    --
    https://www.accountkiller.com/removal-requested
  42. Re:No-hype article at The Register by Milican · · Score: 1

    Hell yeah! I second the motion. All they do is dis big companies, call everything hype, but never have much to say that is informative. They are like the Enquirer of Technology. Occasionally, getting info quicker than the mainstream, but usually their articles are trivial, mindless bullsheet.

    JOhn

  43. This is bad by Animats · · Score: 2
    The P4 is worse than I'd expected.
    • All that architectural redesign, and it does less per clock. Ouch. Was it worth that much to get bragging rights for a higher clock rate? Remember the DEC Alpha? Huge clock rates, but not much got done per clock. Same idea.
    • It doesn't support multiprocessing. That cuts out the high-end market.
    • It's RAMBUS-only. That cuts out the low-end market.
    • The "Netburst" name is really stupid.

    On the other hand, note that Merced/Itanium/IA64/whatever seems to have gone away. The Register now points out that IA32 is 2x faster than IA64. Oops. Probably just as well; Merced was hell to program. VLIW architectures require miracles from the compiler.

    Besides, even the 1GHz PIII is mostly vaporware. Try to get one. Yes, they exist, but there aren't many of them.

    1. Re:This is bad by megalomang · · Score: 1
      What are you talking about? Have you any idea what it means to divide a pipeline into more stages? If you simply divide a pipeline into 2x the stages, you will of course now accomplish the same amount of work in twice the number of stages. That means half the work per stage. Duhhh. You can still commit one instruction per clock, meaning that barring changes of flow, you haven't affected your performance per clock tick. Of course now you can up your clock frequency, meaning that now you can increase your performance per second.

      By your reasoning, everyone should make single-cycled "pipes" that can execute an entire instruction in a single cycle rather than simply 1/12 of an instruction per stage. The only problem is that now your clock speed is slow as hell. Either way, you still only commit one instruction per cycle.

      I think you might want to finish your 2nd computer architecture class before you comment any further. I know we would all appreciate it as well.

      Wow, I'm surprised you had all that much experience hand-coding assembly on the Merced. It's not that common that I meet people that aren't in the compiler business that get to do that ;)

  44. Well actually by Peter+Eckersley · · Score: 1
    If the Pentium is a "complete architectural overhaul", then what the blazes does one call the Vax->Axp change, or the 68K->PPC change, or the C80->C6000 change?

    It seems that way, but in practice, modern x86 CPUs (Pentii, Athlons, Crusoen) are just the x86 instruction set wrapped around something which is not like an 8086....

  45. Ugh by Cylix · · Score: 1

    Another processor from intel? Now damn't I just
    gave them a bunch of cash for the PIII, just
    like I did the PII, and just like the Pentium and
    the Pro version.

    I didn't really notice a big jump in performance
    on the last buy, but what can I do...it is intel.

    Of course most of us really don't need this new
    processor...but we are going to buy it anyway. We
    are going to do what Intel tells us is the right
    thing to do...what we are told we need to do.
    Where we fall short...Intel will tell the OEM's
    about how they need to switch to this new
    processor...because all of the older and cheaper
    ones are really tough to make now. It is really
    tough to make the older processors because they
    don't make as much from them as they do the new.

    Granted my views are a bit twisted, but
    one has to admit there is part of a truth
    here.

    --
    "You should always go to other people's funerals; otherwise, they won't come to yours." -- Yogi Berra
    1. Re:Ugh by Shadow99_1 · · Score: 1

      Well you might buy it, but my next chip purchase is a Athlon (probably mustang by next upgrade), have fun wastign your money with Intel...

      --
      we are all invisible unless we choose otherwise
  46. Does it make coffee as well? by hajk · · Score: 1

    Sorry, I'm far from a RISC purist, but we have an issue:

    1) Functionality costs chip real estate

    2) Speed costs chip real-estate

    If we start doing the graphics and the sound on the CPU, great for a notebook, but isn't that processor going to perform wose than an equivalent lower functionality chip? I do not object to buying a clever sound card or graphics card should I need one. If I don't, then I can live with something more basic and leave the CPU to do what it does best.

    Why compete with peripheral vendors, unless you are really going for the single-chip that does everything market?

    1. Re:Does it make coffee as well? by simm_s · · Score: 1

      You can't do sound on a CPU because the output power requirements would be too high. Same thing with video. You will always need boards to perform the dirty work. The CPU can speed things up by taking some of the slack off of the devices to speed things up.

      Also if they were magically able to put all of this functionality into a chip they would not call it a CPU.

      If you could afford a good sound and video card, I don't see any good reason for doing this!

  47. No-hype article at The Register by cybaea · · Score: 3

    The Register has a nice anti-hype article about the P4.

    My favourite is

    There are two key words and phrases you, our readers must note. First of all, the Pentium 4 marchitecture is now to be described as Netburst, and the second phrase is that this architecture should be described as the repeated engineer execution (REE). We know what REE stands for but we prefer our version.
    --
    Hi!
  48. affirmative by mosch · · Score: 1

    something is borked.

    Thank you for answering my question, of whether anandtech was dead, or if my employer had attempted a transparent proxy and failed.
    ----------------------------

  49. Re:Hmm? Server down? by stx23 · · Score: 3

    Were you actually planning on reading the article before speculating wildly?
    You must be new round these parts...

  50. Re:Hmm? Server down? by arcade · · Score: 2

    I always read the articles first - don't you? :)
    --

    --
    "Rune Kristian Viken" - http://www.nwo.no - arca
  51. hmmm by karmma · · Score: 2
    Access denied to system because of URL Filter Configuration, while attempting to retrieve the URL: http://www.anandtech.com/showdoc.html?i=1301.

    Hmmm... I wonder if their webserver is running on a Pentium 4?

    1. Re:hmmm by jallen02 · · Score: 1

      Maybe they are filtering OUT refers from /.... G...

      I typed int he URL into my browser and got their fine.. heh :) HMMMN

      Jeremy

    2. Re:hmmm by Andrewkov · · Score: 1

      Probably MS IIS on Windows 2000.

  52. Naturally... by Alanzilla · · Score: 1

    ...that would be a Red Hat.

  53. Time to sell INTC and buy AMD and TMTA by chuckfee · · Score: 1

    I'm really surprised about this pentium 4 chip.

    Didn't Andy Grove write a book called "only
    the paranoid survive"? I guess the paranoia
    is over and pride is calling the shots:

    to wit:

    1.) dual RDRAM channels? RDRAM? McFly? Hello?

    RDRAM is dead. I don't care if it's the same
    price as SDRAM. Nobody in their right mind
    is going to commit to rambus based PC's. Intel
    and rambus tried to force a new standard down
    the collecive throat of the industry. Just
    like the old IBM and the microchannel it has
    failed. Just like IBM of old this attempt
    will come back to haunt it for a long time.

    2.) No SMP? You must be kidding. Intel's SMP
    architecture was the only thing separating
    it from AMD. Now intel is producing chips
    that are incapable of SMP? puh-leeze. Does
    the word scalability mean anything to these
    people? If pentium iv ships with any less
    than 4-way SMP it will be a critical error.

    3.) More cpu instructions? How many instructions
    does the ia32 architecture support now? 500?
    And what are these new instructions going to
    buy me? VR on ebay? come on. If I want high
    performnce 3d i'm going to buy a video card
    not a franken-cpu. Intel is going off the
    deep end with their bizarre and shallow
    marketing. Maybe they can sell these chips
    to the 10 people on their Web Outfitter
    service. A sucker is born every minute but
    they aren't the consumers of high performance
    CPUS.

    In the end we have intel, formerly one of the most
    entrepreneurial and forward thinking companies
    of our generation being replaced by a prideful
    monopolist that believes the market will buy
    anything that it produces.

    Intel has the most aggressive competition of
    the last 15 years to deal with and they are
    doing little more than putting their heads in
    the sand. I predict they will lose 20-40% of
    their market share withing three years if mistakes
    like this one (and the mistakes-in-waiting of
    the ia-64) come to pass.

    AMD and Transmeta are going to use
    this fiasco to pierce intel's armor.

    how many OEMs will they be able to steal away?
    Do you think Dell and compaq want to sell
    high performance computers with no SMP support
    and overpriced RDRAM? They know the market will
    not forgive them if they try.

    Intel might be king of the hill today but
    in the end goliath is about to be cut down
    with his own tools.

    Where have you gone Andy Grove? your ship
    is sinking.

    --chuck

    1. Re:Time to sell INTC and buy AMD and TMTA by megalomang · · Score: 1

      Hmm... looks like INTC just broke an all-time high today. I hope you aren't a day trader.

  54. P4 & RAMBUS (The Clown) by Meenky · · Score: 1
    From the Sharky Review(?)

    At the very core of the Pentium 4 lie the Arithmetic Logic Units (ALUs), the main integer units of the processor. Intel marketing spiced up the naming of the faster ALUs by calling them the "Rapid Execution Engine," also a fitting name for Texas
    Hehehehehehehehe......Shrub the Little Bush :) This sounds just like a math co-processor for the 386, only integrated. Oooooh, Aaaaaahhh!

    400MHz System Bus

    The fastest Pentium III available is designed to work with a 133MHz front side bus (FSB). With approximately 1GBps of bandwidth, this FSB acts as a bottleneck between the CPU and the rest of the system. Intel will remove this bottleneck with the Pentium 4 by using a 100MHz FSB quad-pumped to the equivalent of 400MHz. 400MHz on a 64-bit bus yields 3.2GBps of data bandwidth, three times what the Pentium III's 133MHz FSB can handle. This bandwidth will keep the CPU well connected to the i850 chipset, codenamed Tehama, which will support dual RDRAM channels.
    All this hub-bub about the 400Mhz bus and now I find out that they are still using RAMBUS :( that crosses this processor off my wish list, maybe you can still stomach RAMBUS. Why pair this processor with RAMBUS when you could pair it with Quad Data Rate Dram, I know its out there I just don't have the URL on hand, someone help me out here.

    RAMBUS would make a good name for a clown.

    1. Re:P4 & RAMBUS (The Clown) by boing+boing · · Score: 1

      But you can stick four of them side by side and get 64 bits without much difficulty (except maybe purchasing and affording them ;-) ).

    2. Re:P4 & RAMBUS (The Clown) by Quietust · · Score: 1
      But you can stick four of them side by side and get 64 bits without much difficulty (except maybe purchasing and affording them ;-) ).
      Sounds like a nice idea, but, as I recall, manufacturers were having a hell of a time just getting THREE RIMM slots on a motherboard because of the picosecond-accurate timing necessary.
      Of course, that could be a completely different issue.

      -- Sig (120 chars) --
      Your friendly neighborhood mIRC scripter.
      --
      * Q
      P.S. If you don't get this note, let me know and I'll write you another.
  55. OISC - was Re:Wow, a real RISC chip... ;) by fatphil · · Score: 1

    One Instruction (Set) Computer has one instruction:
    Subtract operand X from operand Y and if zero jump to location specified by operand Z.
    Or something like that (the 'if zero' bit is the bit I'm not sure about).

    Provably Turing complete.

    --
    Also FatPhil on SoylentNews, id 863
  56. Re:Hmm? Server down? by cybaea · · Score: 1

    Works for me - here is the summary:

    AMD has steadily been gaining market share ever since the release of their Athlon last August, their Thunderbird last June and their Duron shortly thereafter. The company has come from a microprocessor manufacturer that focused on supplying processors for the value market segment to a manufacturer that is helping to drive the desktop market in both performance and value segments.

    One of the main reasons that AMD's recent processor releases have been so successful is because, unlike their competition, primarily Intel, the K7 architecture and its derivatives are free from the numerous limitations that 5-year old P6 architecture imposes on Intel's current flagship, the Pentium III. By reading the above statement, you'd assume that the Athlon was all but demolishing the Pentium III in terms of performance. Well, it's not.

    The beauty of the K7 architecture is that it is very scalable, especially when you consider the largely untapped (by AMD of course) high-end workstation/server market that demands multiprocessor solutions. So while the Pentium III and its accompanying P6 bus are performing just fine now, there is a definite need for a more powerful solution for Intel's future processors if they plan on holding their current market advantage.

    Intel gave us a very pleasant surprise at the Spring 2000 Intel Developer Forum (IDF) in February: for the first time the Willamette's architecture was discussed in a decent amount of detail. However, Intel has remained fairly quiet about the Willamette until now.

    In two days, Intel's annual Fall IDF will commence, and the big topic of the day will be the architecture upon which the Willamette, or Pentium 4, is based. We were given the go ahead by Intel to let you all in on the details of this new architecture today so you can get a head start on your IDF reading, which we will be providing later this week.

    A lot of what we will be talking about in this article is a follow-up to our initial IDF coverage in our Intel IDF Report #1 and our IDF CPU Report articles that were published earlier this year.

    More at http://www.anandtech.com/showdoc.h tml?i=1301&p=2.

    --
    Hi!
  57. Re:Hmm? Server down? IIS! by BlueWire · · Score: 1

    www.anandtech.com
    www.anandtech.com is running Microsoft-IIS/5.0 on Windows 2000
    Microsoft-IIS is also being used by Nasdaq, The National Football League, and Intel. Windows 2000 users include Microsoft, The Nasdaq Stock Market, Hotbot, BigCharts, and Dell.

    --
    Yes, but whats that got to do with the price of tea in D'ni?
  58. Quad-pumping? by Pulzar · · Score: 1

    How do you "quad-pump" a clock? Sampling at both edges gives you a "double-pump", but where do you get two more samples..? Do you just run a second clock at 1/4 period off-phase? What's the advantage of that over running a 2x clock?

    --
    Never underestimate the bandwidth of a 747 filled with CD-ROMs.
    1. Re:Quad-pumping? by marat · · Score: 1

      This wondered me too. They use four-state lines instead of binary. Looks like sick idea, but anyway...
      ---
      Every secretary using MSWord wastes enough resources

  59. Heat by cybaea · · Score: 2

    The article says:

    The 432-pin Pentium 4 should dissipate around 52W of heat when operating at launch speeds; this puts it below that of the 1GHz Thunderbird that is currently available.
    --
    Hi!
    1. Re:Heat by Meenky · · Score: 1
      Looks like its time to invest in some liquid cooling!!!!!!!!

      Doesn't all this heat being produced seem excessive to anybody? But at least its not as bad as the Itanium, reportedly 100-150W!!

      Now back to your regularly scheduled topic....

      Natives who beat drums to drive off evil spirits are objects of scorn to smart Americans who blow horns to break up traffic jams.--Mary Ellen Kelly

  60. Re:Hmm? Server down? by jallen02 · · Score: 1

    Some people would have us believe that.. *grin*

  61. hURLing by GavK · · Score: 2

    Maybe they're still working on a click-through NDA...

    --

    Gav

    "There's no such thing as data that can't be manipulated"

  62. How big an impact from the bus architecture? by cybaea · · Score: 3

    From the article:

    The P4's bus, unlike the Athlon's EV6, isn't a Point-to-Point bus, meaning that all CPUs must share the same 3.2GB/s of available system bandwidth. With a Point-to-Point bus, although it's more complicated to implement, each CPU in a multiprocessor environment gets its own connection to the North Bridge ...

    IANACD (I am not a chip designer), but this seems to me like a major disadvantage compared with the Athlon. Am I missing something obvious?

    --
    Hi!
  63. Intel NOT dropping Rambus? by Blue+Weirdo · · Score: 1

    We just saw a story claiming that Intel was scaling back on Rambus specifically that "Until last month, Intel had promised that RDRAM would be the exclusive memory for the Pentium 4 (P4). Now an undefined SDRAM memory (probably PC133 or DDR) will be used in its place." That article claimed that there would be 3 sdram chipsets. Now it seems to be undefined... I would have figured that an sdram chipset would be available first to encourage adoption of the p4. Rdram was only supposed to be for the very highend desktops. Just my 2 cents.

  64. More information here by Jon+Erikson · · Score: 3

    Try this link at CNET for more information.

    ---
    Jon E. Erikson

    --

    Jon Erikson, IT guru