| ▲ | Athlon 64: How AMD turned the tables on Intel(dfarq.homeip.net) |
| 197 points by giuliomagnifico 8 hours ago | 141 comments |
| |
|
| ▲ | ndiddy 7 hours ago | parent | next [-] |
| Fun fact: Bob Colwell (chief architect of the Pentium Pro through Pentium 4) recently revealed that the Pentium 4 had its own 64-bit extension to x86 that would have beaten AMD64 to market by several years, but management forced him to disable it because they were worried that it would cannibalize IA64 sales. > Intel’s Pentium 4 had our own internal version of x86–64. But you could not use it: we were forced to “fuse it off”, meaning that even though the functionality was in there, it could not be exercised by a user. This was a marketing decision by Intel — they believed, probably rightly, that bringing out a new 64-bit feature in the x86 would be perceived as betting against their own native-64-bit Itanium, and might well severely damage Itanium’s chances. I was told, not once, but twice, that if I “didn’t stop yammering about the need to go 64-bits in x86 I’d be fired on the spot” and was directly ordered to take out that 64-bit stuff. https://www.quora.com/How-was-AMD-able-to-beat-Intel-in-deli... |
| |
| ▲ | kimixa 3 hours ago | parent | next [-] | | That's no guarantee it would succeed though - AMD64 also cleaned up a number of warts on the x86 architecture, like more registers. While I suspect the Intel equivalent would do similar things, simply from being a big enough break it's an obvious thing to do, there's no guarantee it wouldn't be worse than AMD64. But I guess it could also be "better" from a retrospective perspective. And also remember at the time the Pentium 4 was very much struggling to get the advertised performance. One could argue that one of the major reasons that the AMD64 ISA took off is that the devices that first supported it were (generally) superior even in 32-bit mode. EDIT: And I'm surprised it got as far as silicon. AMD64 was "announced" and the spec released before the pentium 4 was even released, over 3 years before the first AMD implementations could be purchased. I guess Intel thought they didn't "need" to be public about it? And the AMD64 extensions cost a rather non-trivial amount of silicon and engineering effort to implement - did the plan for Itanium change late enough in the P4 design that it couldn't be removed? Or perhaps this all implies it was a much less far-reaching (And so less costly) design? | | |
| ▲ | ghaff 2 hours ago | parent | next [-] | | As someone who followed IA64/Itanium pretty closely, it's still not clear to me the degree to which Intel (or at least groups within Intel) thought IA64 was a genuinely better approach and the degree to which Intel (or at least groups within Intel) simply wanted to get out from existing cross-licensing deals with AMD and others. There were certainly also existing constraints imposed by partnerships, notably with Microsoft. | | |
| ▲ | ajross an hour ago | parent [-] | | Both are likely true. It's easy to wave it away in hindsight, but there was genuine energy and excitement about the architecture in its early days. And while the first chips were late and on behind-the-cutting-edge processes they were actually very performant (FPU numbers were world-beating, even -- parallel VLIW dispatch really helped here). Lots of people loved Itanium and wanted to see it succeed. But surely the business folks had their own ideas too. | | |
| ▲ | kimixa an hour ago | parent [-] | | Yes - VLIW seems to lend itself to computation-heavy code, used to this day in many DSP (and arguably GPU, or at least "influences" many GPU) architectures. |
|
| |
| ▲ | chasil 2 hours ago | parent | prev [-] | | The times that I have used "gcc -S" on my code, I have never seen the additional registers used. I understand that r8-r15 require a REX prefix, which is hostile to code density. I've never done it with -O2. Maybe that would surprise me. | | |
| ▲ | o11c 5 minutes ago | parent | next [-] | | Obviously it depends on how many live variables there are at any point. A lot of nasty loops have relatively few non-memory operands involved, especially without inlining (though even without inlining, the ability to control ABI-mandated spills better will help). But it's guaranteed to use `r8` and `r9` for for a function that takes 5 and 6 integer arguments (including unpacked 128-bit structs as 2 arguments), or 3 and 4 arguments (not sure about unpacking) for Microsoft. And `r10` is used if you make a system call on Linux. | |
| ▲ | astrange an hour ago | parent | prev [-] | | You should be able to see it. REX prefixes cost a lot less than register spills do. If you mean literally `gcc -S`, -O0 is worse than not optimized and basically keeps everything in memory to make it easier to debug. -Os is the one with readable sensible asm. | | |
|
| |
| ▲ | kstrauser 7 hours ago | parent | prev | next [-] | | "If you don't cannibalize yourself, someone else will." Intel has a strong history of completely mis-reading the market. | | |
| ▲ | zh3 6 hours ago | parent | next [-] | | Andy Grove, "Only the paranoid survive":- Quote: Business success contains the seeds of its own destruction. Success breeds complacency. Complacency breeds failure. Only the paranoid survive. - Andy Grove, former CEO of Intel From wikipedia: https://en.wikipedia.org/wiki/Andrew_Grove#Only_the_Paranoid... Takeaway: Be paranoid about MBAs running your business. | | |
| ▲ | zer00eyz 6 hours ago | parent [-] | | > Takeaway: Be paranoid about MBAs running your business. Except Andy is talking about himself, and Noyce the engineers getting it wrong: (watch a few minutes of this to get the gist of where they were vs Japan) https://www.youtube.com/watch?v=At3256ASxlA&t=465s Intel has a long history of sucking, and other people stepping in to force them to get better. Their success has been accident and intervention over and over. And this isnt just an intel thing, this is kind of an American problem (and maybe a business/capitalism problem). See this take on steel: https://www.construction-physics.com/p/no-inventions-no-inno... that sounds an awful lot like what is happening to intel now. | | |
| ▲ | II2II 2 hours ago | parent | next [-] | | > Intel has a long history of sucking, and other people stepping in to force them to get better. Their success has been accident and intervention over and over. If one can take popular histories of Intel at face value, they have had enough accidental successes, avoided enough failures, and outright failed so many times that they really ought to know better. The Itanium wasn't their first attempt to create an incompatible architecture, and it sounds like it was incredibly successful compared to the iAPX 432. Intel never intended to get into microprocessors, wanting to focus on memory instead. Yet they picked up a couple of contracts (which produced the 4004 and 8008) to survive until they reached their actual goal. Not only did it help the company at the time, but it proved essential to the survival of the company when the Japanese semiconductor industry nearly obliterated American memory manufacturers. On the flip side, the 8080 was source compatible with the 8008. Source compatibility would help sell it to users of the 8008. It sounds like the story behind the 8086 is similar, albeit with a twist: not only did it lead to Intel's success when it was adopted by IBM for the PC, but it was intended as a stopgap measure while the iAPX 432 was produced. This, of course, is a much abbreviated list. It is also impossible to suggest where Intel would be if they made different decisions, since they produced an abundance of other products. We simply don't hear much about them because they were dwarfed by the 80x86 or simply didn't have the public profile of the 80x86 (for example: they produced some popular microcontrollers). | | |
| ▲ | asveikau 2 hours ago | parent [-] | | Windows NT also originally targeted a non-x86 CPU from Intel, the i860. |
| |
| ▲ | wslh 3 hours ago | parent | prev [-] | | Andy Grove explained this very clearly in his book. By the way, the parallel works if you replace Japan with China in the video. In the late 1970s and 1980s, Japan initially reverse engineered memory chips, and soon it became impossible to compete with them. The Japanese government also heavily subsidized its semiconductor industry during that period. My point isn't to take a side, but simply to highlight how history often repeats itself, sometimes almost literally, not rhyme. |
|
| |
| ▲ | nextos 3 hours ago | parent | prev [-] | | I don't think it's just mis-reading. It's also internal politics. How many at Nokia knew that the Maemo/MeeGo series was the future, rather than Symbian? I think quite a few. But Symbian execs fought to make sure Maemo didn't get a mobile radio. In most places, internal feuds and little kingdoms prevail over optimal decisions for the entire organization. I imagine lots of people at Intel were deeply invested in IA-64. Same thing repeats mostly everywhere. For example, from what I've heard from insiders, ChromeOS vs Android battles at Google were epic. |
| |
| ▲ | wmf 7 hours ago | parent | prev | next [-] | | It wasn't recent; Yamhill has been known since 2002. A detailed article about this topic just came out: https://computerparkitecture.substack.com/p/the-long-mode-ch... | |
| ▲ | jcranmer 6 hours ago | parent | prev | next [-] | | The story I heard (which I can't corroborate) was that it was Microsoft that nixed Intel's alternative 64-bit x86 ISA, instead telling it to implement AMD's version instead. | | |
| ▲ | antod an hour ago | parent | next [-] | | Yeah, I remember hearing that at the time too. When MS chose to support AMD64, they made it clear it was the only 64bit x86 ISA they were going to support, even though it was an open secret Intel was sitting on one but not wanting to announce it. | |
| ▲ | smashed 5 hours ago | parent | prev [-] | | Microsoft did port some versions of Windows to Itanium, so they did not reject it at first. With poor market demand and AMD's success with amd64, Microsoft did not support itanium in vista and later desktop versions which signaled the end of Intel's Itanium. | | |
| ▲ | wmf 2 hours ago | parent | next [-] | | Microsoft supported IA-64 (Itanium) and AMD64 but they refused to also support Yamhill. They didn't want to support three different ISAs. | |
| ▲ | Analemma_ 5 hours ago | parent | prev [-] | | Microsoft also ships/shipped a commercial compiler with tons of users, and so they were probably in a position to realize early that the hypothetical "sufficiently smart compiler" which Itanium needed to reach its potential wasn't actually possible. |
|
| |
| ▲ | h4ck_th3_pl4n3t 6 hours ago | parent | prev [-] | | I wanted to mention that the Pentium 4 (Prescott) that was marketed as the Centrino in laptops had 64bit capabilities, but it was described as 32bit extended mode. I remember buying a laptop in 2005(?) which I first ran with XP 32bit, and then downloading the wrong Ubuntu 64bit Dapper Drake image, and the 64bit kernel was running...and being super confused about it. Also, for a long while, Intel rebranded the Pentium 4 as Intel Atom, which then usually got an iGPU on top with being a bit higher in clock rates. No idea if this is still the case (post Haswell changes) but I was astonished to buy a CPU 10 years later to have the same kind of oldskool cores in it, just with some modifications, and actually with worse L3 cache than the Centrino variants. core2duo and core2quad were peak coreboot hacking for me, because at the time the intel ucode blob was still fairly simple and didn't contain all the quirks and errata fixes that more modern cpu generations have. | | |
| ▲ | kccqzy 4 hours ago | parent | next [-] | | In 2005 you could already buy Intel processors with AMD64. It just wasn't called AMD64 or Intel64; it was called EM64T. During that era running 64-bit Windows was rare but running 64-bit Linux was pretty commonplace, at least amongst my circle of friends. Some Linux distributions even had an installer that told the user they were about to install 32-bit Linux on a computer capable of running 64-bit Linux (perhaps YaST?). | | |
| ▲ | fy20 28 minutes ago | parent [-] | | AMD was a no-brainer in the mid 2000s if you were running Linux. It was typically cheaper than Intel, lower power consumption (= less heat, less fan noise), had 64bit so you could run more memory, and dual core support was more widespread. Linux was easily able to take advantage of all of these, were as for Windows it was trickier. |
| |
| ▲ | marmarama 5 hours ago | parent | prev | next [-] | | Centrino was Intel's brand for their wireless networking and laptops that had their wireless chipsets, the CPUs of which were all P6-derived (Pentium M, Core Duo). Possibly you meant Celeron? Also the Pentium 4 uarch (Netburst) is nothing like any of the Atoms (big for the time out-of-order core vs. a small in-order core). | |
| ▲ | mjg59 5 hours ago | parent | prev | next [-] | | Pentium 4 was never marketed as Centrino - that came in with the Pentium M, which was very definitely not 64-bit capable (and didn't even officially have PAE support to begin with). Atom was its own microarchitecture aimed at low power use cases, which Pentium 4 was definitely not. | |
| ▲ | SilverElfin 5 hours ago | parent | prev | next [-] | | Speaking of marketing, that era of Intel was very weird for consumers. In the 1990s, they had iconic ads and words like Pentium or MMX became powerful branding for Intel. In the 2000s I think it got very confused. Centrino? Ultrabook? Atom? Then for some time there was Core. But it became hard to know what to care about and what was bizarre corporate speak. That was a failure of marketing. But maybe it was also an indication of a cultural problem at Intel. | |
| ▲ | cogman10 5 hours ago | parent | prev [-] | | Are you referring to PAE? [1] [1] https://en.wikipedia.org/wiki/Physical_Address_Extension | | |
|
|
|
| ▲ | bigstrat2003 7 hours ago | parent | prev | next [-] |
| I remember at the time thinking it was really silly for Intel to release a 64-bit processor that broke compatibility, and was very glad AMD kept it. Years later I learned about kernel writing, and I now get why Intel tried to break with the old - the compatibility hacks piled up on x86 are truly awful. But ultimately, customers don't care about that, they just want their stuff to run. |
| |
| ▲ | drewg123 3 hours ago | parent | next [-] | | It didn't help that Itanium was late, slow, and Intel/HP marketing used Itanium to kill off the various RISC CPUs, each of which had very loyal fans. This pissed off a lot of techies at the time. I was a HUGE DEC Alpha fanboy at the time (even helped port FreeBSD to DEC Alpha), so I hated Itanium with a passion. I'm sure people like me who were 64-bit MIPS and PA-RISC fanboys and fangrirls also existed, and also lobbied against adoption of itanic where they could. I remember when amd64 appeared, and it just made so much sense. | | |
| ▲ | EasyMark 3 hours ago | parent | next [-] | | This, if intel's compilers and architecture had been stellar and provided a x5 or x10 improvement it would have caught on. However no one in IT was fool enough to switch architectures over a 30-50% performance improvement that require switching hardware, compilers, and software and try to sell it to their bosses. | | |
| ▲ | axiolite an hour ago | parent [-] | | > if intel's compilers and architecture had been stellar and provided a x5 or x10 improvement it would have caught on. That sounds like DEC Alpha to me, yet Alpha didn't take over the world. "Proprietary architecture" is a bad word, not something you want to base your future on. Without the Intel/AMD competition, x86 wouldn't have dominated for all these years. |
| |
| ▲ | antod 42 minutes ago | parent | prev | next [-] | | Wasn't much of the Athlon designed by laid-off DEC Alpha engineers that AMD snapped up? Makes sense that AMD64 makes sense to an Alpha fanboy :) | | |
| ▲ | kjs3 11 minutes ago | parent [-] | | Yeah...look up Jim Keller. And AMD basically recycled the later Alpha system bus as the K7 bus to the extent there was very short lived buzz about having machines that could be either x86-64 or Alpha. |
| |
| ▲ | kjs3 17 minutes ago | parent | prev [-] | | PA-RISC fanboys and fangrirls Itanic wasn't exactly HP-PA v.3, but it was a kissing cousin. Most of the HP shops I worked with believed the rhetoric it was going to be a straightforward if not completely painless upgrade from the PA-8x00 gear they were currently using. Not so much. The MIPS 10k line on the other hand...sigh...what might have been. I remember when amd64 appeared, and it just made so much sense. And you were right. |
| |
| ▲ | wvenable 5 hours ago | parent | prev | next [-] | | Intel might have been successful with the transition if they didn't decide to go with such radically different and real-world untested architecture for Itanium. | | |
| ▲ | pixl97 5 hours ago | parent | next [-] | | Well that and Itanium was eyewateringly expensive and standard PC was much cheaper for similar or faster speeds. | | |
| ▲ | Tsiklon 3 hours ago | parent [-] | | I think Itanium was a remarkable success in some other ways. Intel utterly destroyed the workstation market with it. HP-UX, IRIX, AIX, Solaris. Itanium sounded the deathknell for all of them. The only Unix to survive with any market share is MacOS, (arguably because of its lateness to the party) and it has only relatively recently went back to a more bespoke architecture | | |
| ▲ | icedchai 3 hours ago | parent | next [-] | | I'd argue it was Linux (on x86) and the dot-com crash that destroyed the workstation market, not Itanium. The early 2000s was awash in used workstation gear, especially Sun. I've never seen anyone with an Itanium box. | | |
| ▲ | phire 2 hours ago | parent | next [-] | | While Linux helped, I'd argue the true factor is that x86 failed to die as projected. The common attitude in the 80s and 90s was that legacy ISAs like 68k and x86 had no future. They had zero chance to keep up with the innovation of modern RISC designs. But not only did x86 keep up, it was actually outperforming many RISC ISAs. The true factor is out-of-order execution. Some RISC contemporary designs were out-of-order too (Especially Alpha, and PowerPC to a lesser extent), but both AMD and Intel were forced to go all-in on the concept in a desperate attempt to keep the legacy x86 ISA going. Turns out large out-of-order designs was the correct path (mostly OoO has side effect of being able to reorder memory accesses and execute them in parallel), and AMD/Intel had a bit of a head start, a pre-existing customer base and plenty of revenue for R&D. IMO, Itanium failed not because it was a bad design, but because it was on the wrong path. Itanium was an attempt to achieve roughly the same end goal as OoO, but with a completely in-order design, relying on static scheduling. It had massive amounts of complexity that let it re-order memory reads. In an alternative universe where OoO (aka dynamic scheduling) failed, Itanium might actually be a good design. Anyway, by the early 2000s, there just wasn't much advantage to a RISC workstation (or RISC servers). x86 could keep up, was continuing to get faster and often cheaper. And there were massive advantages to having the same ISA across your servers, workstations and desktops. | | |
| ▲ | chasil an hour ago | parent [-] | | Bob Colwell mentions originally doing out of order design at Multiflow. He was a key player in the Pentium Pro out of order implementation. https://www.sigmicro.org/media/oralhistories/colwell.pdf "We should also say that the 360/91 from IBM in the 1960s was also out of order, it was
the first one and it was not academic, that was a real machine. Incidentally that is one of the
reasons that we picked certain terms that we used for the insides of the P6, like the
reservation station that came straight out of the 360/91." Here is his Itanium commentary: "Anyway this chip architect
guy is standing up in front of this group promising the moon and stars. And I finally put my
hand up and said I just could not see how you're proposing to get to those kind of
performance levels. And he said well we've got a simulation, and I thought Ah, ok. That shut
me up for a little bit, but then something occurred to me and I interrupted him again. I said,
wait I am sorry to derail this meeting. But how would you use a simulator if you don't have a
compiler? He said, well that's true we don't have a compiler yet, so I hand assembled my
simulations. I asked "How did you do thousands of line of code that way?" He said “No, I did
30 lines of code”. Flabbergasted, I said, "You're predicting the entire future of this
architecture on 30 lines of hand generated code?" [chuckle], I said it just like that, I did not
mean to be insulting but I was just thunderstruck. Andy Grove piped up and said "we are not
here right now to reconsider the future of this effort, so let’s move on"." |
| |
| ▲ | tyingq 3 hours ago | parent | prev [-] | | I think the idea there is that it's less direct. Intel's lack of interest in a 64-bit x86 spawned AMD x64. The failure of Itanium then let that Linux/AMD x64 kill off the workstation market, and the larger RISC/Unix market. Linux on 32 bit X86 or 64 bit RISC alone was making some headway there, but the Linux/x64 combo is what enabled the full kill off. |
| |
| ▲ | seabrookmx 3 hours ago | parent | prev [-] | | HP-UX was one of the most popular operating systems to run on Itanium though? | | |
| ▲ | icedchai 3 hours ago | parent [-] | | HP was also one of the few companies to actually sell Itanium systems! They were also the last to stop selling them. They ported both OpenVMS and HP-UX to Itanium. | | |
| ▲ | tyingq 3 hours ago | parent [-] | | Well, largely because they made it difficult for customers to stay on PA-RISC, then later, because their competitors were dying off...and if you were in the market for stodgy RISC/Unix there weren't many other choices. |
|
|
|
| |
| ▲ | kronicum2025 3 hours ago | parent | prev [-] | | And such a terrible architecture for the time. |
| |
| ▲ | zokier 7 hours ago | parent | prev [-] | | It is worth noting that at the turn of the century x86 wasn't yet so utterly dominant yet. Alphas, PowerPC, MIPS, SPARC and whatnot were still very much a thing. So that is part why running x86 software was not as high priority, and maybe even compatibility with PA-RISC would have been a higher priority. | | |
| ▲ | Spooky23 5 hours ago | parent | next [-] | | The writing was on the wall once Linux was a thing. I did alot of solution design in that period. The only times there were good business cases in my world for not-x86 were scenarios where DBAs and some vertical software required Sun, and occasionally AIX or HPUX for license optimization or some weird mainframe finance scheme. The cost structure was just bonkers. I replaced a big file server environment that was like $2M of Sun gear with like $600k of HP Proliant. | | |
| ▲ | michaelt 3 hours ago | parent [-] | | And by ~2000 there were also increasingly viable x86 offerings in CAD, 3D and video editing. You had AutoCAD, you had 3D Studio Max, you had After Effects, you had Adobe Premiere. And it was solid stuff - maybe not best-in-class, but good enough, and the price was right. |
| |
| ▲ | tliltocatl 5 hours ago | parent | prev | next [-] | | Well, according to some IA-64 was a planned flop with the whole purpose of undermining HP's supercomputer division. | | |
| ▲ | cogman10 5 hours ago | parent [-] | | Nah, HP made bank on their superdome computers even though they had very few clients. People paid through the nose for those. I worked on IA-64 stuff in 2011, long after I thought it was dead :D. The real thing that killed the division is Oracle announcing that they would no longer support IA-64. It just so happened that like 90% of the clients using Itanium were using it for oracle DBs. But by that point HP was already trying to get people to transition to more traditional x86 servers that they were selling. |
| |
| ▲ | unethical_ban 4 hours ago | parent | prev [-] | | Is that true in 2000, especially as consumer PCs ramped up? |
|
|
|
| ▲ | wicket 5 hours ago | parent | prev | next [-] |
| A couple of details missing from the article: - Intel quietly introduced their implementation of amd64 under the name "EM64T". It was only later that they used the name "Intel64". - Early Itanium processors included hardware features, microcode and software that implemented an IA‑32 Execution Layer (dynamic binary translation plus microcode assists) to run 32‑bit x86 code; while the EL often ran faster than direct software emulation, it typically lagged native x86 performance and could be worse than highly‑optimised emulators for some workloads or early processor steppings. |
|
| ▲ | gbraad an hour ago | parent | prev | next [-] |
| It never mentioned the release of the x86_64 'emulator' by AMD to prepare and text your 64bit development. Or even the Opteron. Feels like it is more story how the author perceived it than an actual timeline Edit: Looked it up, it is called AMD SimNow! Originally released in 2000. I clearly remember www.x86-64.org existed for this |
|
| ▲ | zerocrates 7 hours ago | parent | prev | next [-] |
| I was one of those weird users who used the 64-bit version of Windows XP, with what I'm pretty sure was an Athlon 64 X2, both the first 64-bit chip and first dual-core one that I had. |
| |
| ▲ | bunabhucan an hour ago | parent | next [-] | | We tried Windows 2000 Professional for the DEC Alpha for a GIS system in the late 90s. Suddenly made the $5000 PCs that could run it seem cheap. | | |
| ▲ | chasil an hour ago | parent | next [-] | | Unfortunately, NT for Alpha only ran in a 32-bit address space. "The 64-bit versions of Windows NT were originally intended to run on Itanium and DEC Alpha; the latter was used internally at Microsoft during early development of 64-bit Windows. This continued for some time after Microsoft publicly announced that it was cancelling plans to ship 64-bit Windows for Alpha. Because of this, Alpha versions of Windows NT are 32-bit only." https://en.wikipedia.org/wiki/Windows_NT#64-bit_platforms | |
| ▲ | antod 37 minutes ago | parent | prev [-] | | Alpha support was removed in one of the later NT5 betas right? Makes sense that it would've been late 90s then, before it was renamed Windows 2000 for release. |
| |
| ▲ | speed_spread 5 hours ago | parent | prev [-] | | XP64 shared a lot with Windows Server 2003. Perhaps the best Windows ever released. | | |
| ▲ | seabrookmx 3 hours ago | parent [-] | | Did 2003 have symlinks? 7 and 2008R2 were pretty good too. All downhill from there.. | | |
| ▲ | jborean93 2 hours ago | parent [-] | | It had junction points and hard links but symbolic links were added in Vista/Server 2008. | | |
| ▲ | chasil an hour ago | parent [-] | | This seems odd, as there was a POSIX layer in Windows from the beginning, and I can't see how it could do without symbolic links. https://en.wikipedia.org/wiki/Microsoft_POSIX_subsystem | | |
| ▲ | jborean93 an hour ago | parent [-] | | No idea if the POSIX subsystem used NTFS or some other filesystem but if it was NTFS it probably just used the same reparse data buffer. It's just that Windows only added a symlink buffer structure in Vista/2008. You can manually use the same data buffer in older Windows versions it just won't know what to do with them just like all the other reparse data structures. | | |
| ▲ | chasil 39 minutes ago | parent [-] | | So the "reparse data buffer" would be able to implement symlink() as a POSIX system call? https://pubs.opengroup.org/onlinepubs/009695299/functions/sy... | | |
| ▲ | jborean93 19 minutes ago | parent [-] | | The subsystem in question would be the one to handle the logic for the syscall. So the POSIX subsystem would use the reparse data buffer as needed. It's just that the Win32 subsystem added its own symlink one in Vista/2008. This is all a guess, the POSIX subsystems were a bit before my time and I've never actually used them. I just know how symlinks work on Windows/NTFS and when they were added. |
|
|
|
|
|
|
|
|
| ▲ | aljgz 5 hours ago | parent | prev | next [-] |
| You go to a small shop recommended by a friend, he convinces you to get AMD despite Intel still being the reigning default.
You get it home, doing a little research you realize the CPU is the best performance per price in the recent CPUs.
Now you know you trusted the right person |
|
| ▲ | deaddodo 6 hours ago | parent | prev | next [-] |
| Nitpick: The author states that removal of 16-bit in Windows 64 was a design decision and not a technical one. That’s not quite true. When AMD64 is in one of the 64-bit modes, long mode (true 64-bit) or compatibility mode (64-bit with 32-bit compatibility), you can not execute 16-bit code. There are tricks to make it happen, but they all require switching the CPU mode, which is insecure and can cause problems in complex execution environments (such as an OS). If Microsoft (or Linux, Apple, etc) wanted to support 16-bit code in their 64-bit OSes, they would have had to create an emulator+VM (such as OTVDM/WineVDM) or make costly hacks to the OS. |
| |
| ▲ | Animats 5 hours ago | parent | next [-] | | It's not so much running 16 bit code, but running something that wants to run on bare metal, i.e. DOS programs that access hardware directly. Maintaining the DOS virtualization box well into the 21st century probably wasn't worth it. > The 64-bit builds of Windows weren’t available immediately. There was a year or so between the release of AMD-64 and the first shipping Microsoft OS that supported it.[1] It was rumored that Intel didn't want Microsoft to support AMD-64 until Intel had compatible hardware. Anyone know?
Meanwhile, Linux for AMD-64 was shipping, which meant Linux was getting more market share in data centers.[1] | |
| ▲ | EvanAnderson 6 hours ago | parent | prev | next [-] | | Microsoft has just such an emulator. Via Windows source code leaks the NTVDM (Virtual DOS Machine) from 32-bit Windows versions has been built for 64-bit Windows targets[0]. I don't understand why Microsoft chose to kill it. That's not in their character re: backwards compatibility. [0] https://github.com/leecher1337/ntvdmx64 Edit: Some nice discussion about the NTVDMx64 when it was released: https://www.vogons.org/viewtopic.php?t=48443 | | |
| ▲ | deaddodo 5 hours ago | parent | next [-] | | NTVDM requires Virtual 8086 mode in the processor. This doesn't exist in the 64-bit modes, requiring a software emulator. That is why OTVDM/WineVDM exist. You can see all of this explained in the README for the very project you linked: ``` How does it work? ================= I never thought that it would be possible at all, as NTVDM on Win32 uses V86
mode of the CPU for fast code execution which isn't available in x64 long
mode.
However I stumbled upon the leaked Windows NT 4 sourcecode and the guys from
OpenNT not only released the source but also patched it and included all
required build tools so that it can be compiled without installing anything
but their installation package.
The code was a pure goldmine and I was curious how the NTVDM works. It seems that Microsoft bought the SoftPC solution from Insignia, a company
that specialised in DOS-Emulators for UNIX-Systems. I found out that it also
existed on MIPS, PPC and ALPHA Builds of Windows NT 4 which obviously don't
have a V86 mode available like Intel x86 has. It turned out that Insignia
shipped SoftPC with a complete emulated C-CPU which also got used by Microsoft
for MIPS, PPC and ALPHA-Builds. ``` As to why they didn't continue with that solution, because they didn't want to rely on SoftPC anymore or take on development themselves for a minuscule portion of users who would probably just use 32-bit Windows anyways. | | |
| ▲ | EvanAnderson 4 hours ago | parent [-] | | Yeah. Like I said, Microsoft had the emulator. NTVDM on x64 is handled just like MIPS or Alpha, by using the SoftPC emulator. It's just a new CPU architecture. They had a proven and tested emulator yet they chose not to build it for the new x64 CPU architecture. It turns out that it wasn't too hard to build for the new architecture either. That's the crux of my confusion. It's not like SoftPC was new and unproven code. It doesn't feel like it would have been a major endeavor to keep supporting it. Obviously, I don't know Microsoft's telemetry told them re: the number of 16-bit application users. I know it impacted a number of my Customers (some of whom are running DOSBox today to keep old fit-for-purpose software working) and I don't support a ton of offices or people. It seems out of character for Microsoft to make their Customers throw away software. |
| |
| ▲ | cesarb 4 hours ago | parent | prev [-] | | > I don't understand why Microsoft chose to kill it. My personal suspicion: it's about handles. Several kinds of objects in the Windows API are identified by global handles (for instance, HWND for a window), and on 16-bit Windows, these handles are limited to 16 bits (though I vaguely recall reading somewhere that they're actually limited to 15 bits). Not having the possibility of a 16-bit Windows process would allow them to increase the global limit on the number of handles (keeping in mind that controls like buttons are actually nested windows, so it's not just one window handle for each top-level window). | | |
| |
| ▲ | jcranmer 6 hours ago | parent | prev [-] | | I've written code to call 16-bit code from 64-bit code that works on Linux (because that's the only OS where I know the syscall to modify the LDT). It's actually no harder to call 16-bit code from 64-bit code than it is to call 32-bit code from 64-bit code... you just need to do a far return (the reverse direction is harder because of stack alignment issues). The main difference between 32-bit and 16-bit is that OS's support 32-bit code by having a GDT entry for 32-bit code, whereas you have to go and support an LDT to do 16-bit code, and from what I can tell, Windows decided to drop support for LDTs with the move to 64-bit. The other difficulty (if I've got my details correct) is that returning from an interrupt into 16-bit code is extremely difficult to do correctly and atomically, in a way that isn't a problem for 32-bit or 64-bit code. | | |
| ▲ | deaddodo 5 hours ago | parent [-] | | Executing 16-bit code in Compatibility Mode (not Long Mode) is possible, that's not the problem. The problem is lack of V86 allowing legacy code to run. So Real Mode code is out wholesale (a sizable chunk of legacy software) and segmented memory is out in Protected Mode (nearly the totality of remaining 16-bit code). So yes, you can write/run 16-bit code in 64-bit Compatibility Mode. You can't execute existing 16-bit software in 64-bit Compatibility Mode. The former is a neat trick, the latter is what people actually expect "16-bit compatibility" to mean. | | |
| ▲ | jcranmer 5 hours ago | parent [-] | | > segmented memory is out in Protected Mode (nearly the totality of remaining 16-bit code). No, segmented memory is exactly what you can get working. You set up the segments via the LDT, which is still supported even in 64-bit mode; this is how Wine is able to execute Win16 code on 64-bit Linux. (Reading Wine code is how I figured out how to execute 16-bit code from 64-bit code in the first place!) What doesn't work, if my memory serves me correctly, is all the call gate and task gate stuff. Which is effectively building blocks for an OS kernel that everyone tossed out in the early 90s and instead went with kernel-mode and user-mode with the syscalls (first software interrupts and then the actual syscall instruction in x86-64). You don't need any of that stuff to run most 16-bit code, you just need to emulate the standard Windows DLLs like kernel, ntdll, and user. |
|
|
|
|
| ▲ | txdv 8 hours ago | parent | prev | next [-] |
| I remember my Athlon 64 machine. The last one to run Windows XP. |
| |
| ▲ | nrb 7 hours ago | parent | next [-] | | Core memories for me were my pc builds for the Athlon Thunderbird and later the Athlon 64 FX-60. What an experience it was to fire those machines up and feel the absolutely gigantic performance improvements. | |
| ▲ | whalesalad 5 hours ago | parent | prev [-] | | I had a Soltek socket 754 build with chrome OCZ memory and a 9800 pro that was flashed to XT. I loved that the motherboard was black/purple. Makes me want to play need for speed underground and drink some bawls energy |
|
|
| ▲ | 9front 3 hours ago | parent | prev | next [-] |
| The Itanium was a new 64bit architecture. AMD64 is just addition to the 32bit Intel architecture. Itanium didn't make it, so we're stuck with backward compatibility all the way to 8080 in today's x86 processors. That's all in the past! What I'm looking forward is to the future SoC releases with Intel cores and Nvidia graphics. |
| |
| ▲ | chasil 44 minutes ago | parent | next [-] | | Actually, AArch64 appears to be preferred by many. Apple has discarded all 32-bit legacy, implementing only 64-bit in their equipment to great success. Fujitsu did the same with their supercomputer that was the best-performing in the world for a time. Had Intel bought ARM, then espoused their architecture in the age of the Athlon, perhaps things would have been very different. | |
| ▲ | fluoridation 3 hours ago | parent | prev [-] | | >What I'm looking forward is to the future SoC releases with Intel cores and Nvidia graphics. As far as I know those are still going to be x86s, only with Nvidia dies tacked on. |
|
|
| ▲ | miladyincontrol 7 hours ago | parent | prev | next [-] |
| How AMD turned the tables on Intel? It always felt more like a tale of how Intel turned their back on x86. |
| |
| ▲ | speed_spread 6 hours ago | parent [-] | | At least with Itanium Intel was trying something fresh. In comparison, the Pentium 4 arch was extra bad because it had a very long pipeline to achieve high core frequencies. Branch mispredictions were thus very costly. And it was soon obvious that the process wouldn't scale much above 3Ghz without wasting humongous amounts of power, defeating the long pipeline's purpose. |
|
|
| ▲ | GartzenDeHaes 4 hours ago | parent | prev | next [-] |
| > they wouldn’t have to worry about competing CPU designs, at least not for a very long time. US Government sales require two vendors, which I think is why AMD had x86 licenses in the first place. |
|
| ▲ | tverbeure 5 hours ago | parent | prev | next [-] |
| About this part: > In 2004, Intel wrote off the Itanium and cloned AMD64. AMD introduced x86-64 in 2003. You don't just clone an ISA (even if based on AMD documents), design it, fab it etc. in a year or two. Intel must have been working on this well before AMD introduced the Athlon64. |
| |
| ▲ | mjg59 5 hours ago | parent [-] | | The ISA was published in 2000, there was plenty of time to start working on an implementation before AMD shipped actual product. | | |
| ▲ | tverbeure 7 minutes ago | parent [-] | | Thanks! I didn’t know AMD published it that early, but that makes much more sense then Intel “cloning” it as a reactive move to Athlon64 having it. (Though you could certainly make the case that it was reactive move by Intel marketing to enable it.) |
|
|
|
| ▲ | bombcar 8 hours ago | parent | prev | next [-] |
| Youngsters today don't remember it; x86 was fucking dead according to the press; it really wasn't until Athlon 64 came out (which gave a huge bump to Linux as it was one of the first OSes to fully support it - one of the reasons I went to Gentoo early on was to get that sweet 64 bit compilation!) that everyone started to admit the Itanium was a turd. The key to the whole thing was that it was a great 32 bit processor; the 64 bit stuff was gravy for many, later. Apple did something similar with its CPU changes - now three - they only swap when the old software runs better on the new chip even if emulated than it did on the old. AMD64 was also well thought out; it wasn't just a simple "have two more bytes" slapped on 32 bit. Doubling the number of general purpose registers was noticeable - you took a performance hit going to 64 bit early on because all the memory addresses were wider, but the extra registers usually more than made up for it. This is also where the NX bit entered. |
| |
| ▲ | golddust-gecko 7 hours ago | parent | next [-] | | 100% -- the conventional wisdom was that the x86 architecture was too riddled with legacy and complexity to improve its performance, and was a dead end. Itanium never met an exotic computer architecture journal article that it didn't try and incorporate. Initially this was viewed as "wow such amazing VLIW magic will obviously dominate" and subsequently as "this complexity makes it hard to write a good compiler for, and the performance benefit just doesn't justify it." Intel had to respond to AMD with their "x86-64" copy, though it really didn't want to. Eventually it became obvious that the amd64/x64/x86-64 chips were going to exceed Itanium in performance, and with the massive momentum of legacy on its side and Itanium was toast. | | |
| ▲ | Animats 5 hours ago | parent [-] | | Back in that era I went to an EE380 talk at Stanford where the people from HP trying to do a compiler for Itanium spoke. It the project wasn't going well at all. Itanium is an explicit-parallelism superscalar machine. The compiler has to figure out what operations to do in parallel. Most superscalar machines do that during execution.
Instruction ordering and packing turned out to be a hard numerical optimization problem.
The compiler developers sounded very discouraged. It's amazing that retirement units, the part of a superscalar CPU that puts everything back together as the parallel operations finish, not only work but don't slow things down. The Pentium Pro head designer had about 3,000 engineers working at peak, which indicates how hard this is. But it all worked, and that became the architecture of the future. This was around the time that RISC was a big thing. Simplify the CPU, let the compiler do the heavy lifting, have lots of registers, make all instructions the same size, and do one instruction per clock.
That's pure RISC. Sun's SPARC is an expression of that approach. (So is a CRAY-1, which is a large but simple supercomputer with 64 of everything.) RISC, or something like it, seemed the way to go faster. Hence Itanium. Plus, it had lots of new patented technology, so Intel could finally avoid being cloned. Superscalars can get more than one instruction per clock, at the cost of insane CPU complexity.
Superscalar RISC machines are possible, but they lose the simplicity of RISC. Making all instructions the same size increases the memory bandwidth the CPU needs. That's where RISC lost out over x86 extensions. x86 is a terse notation. So we ended up with most of the world still running on an instruction set based on the one Harry Pyle designed when he was an undergrad at Case in 1969. |
| |
| ▲ | jerf 7 hours ago | parent | prev | next [-] | | If I am remembering correctly, this was also a good time to be in Linux. Since the Linux world operated on source code rather than binary blobs, it was easier to convert software to run 64-bit native. Non-trivial in an age of C, but still much easier than the commercial world. I had a much more native 64-bit system running a couple of years before it was practical in the Windows world. | | |
| ▲ | wmf 7 hours ago | parent | next [-] | | Linux for Alpha probably deserves some credit for getting everything 64-bit-ready years before x86-64 came out. | |
| ▲ | MangoToupe 6 hours ago | parent | prev [-] | | It also helps that linux had a much better 32-bit compatibility than windows did. Not sure why but it probably has something to do with legacy support windows shed moving to 64-bits. |
| |
| ▲ | jacquesm 7 hours ago | parent | prev | next [-] | | Up until Athlon your best bet for a 64 bit system was a DEC Alpha running RedHat. Amazing levels of performance for a manageable amount of money. | |
| ▲ | drob518 7 hours ago | parent | prev [-] | | Itanium wasn’t a turd. It was just not compatible with x86. And that was enough to sink it. | | |
| ▲ | kstrauser 7 hours ago | parent | next [-] | | It absolutely was. It was possible, hypothetically, to write a chunk of code that ran very fast. There were any number of very small bits of high-profile code which did this. However, it was impossible to make general-purpose, not-manually-tuned code run fast on it. Itanium placed demands on compiler technology that simple didn't exist, and probably still don't. Basically, you could write some tuned assembly that would run fast on one specific Itanium CPU release by optimizing for its exact number of execution units, etc. It was not possible to run `./configure && make && make install` for anything not designed with that level of care and end up with a binary that didn't run like frozen molasses. I had to manage one of these pigs in a build farm. On paper, it should've been one of the more powerful servers we owned. In practice, the Athlon servers were several times faster at any general purpose workloads. | |
| ▲ | hawflakes 7 hours ago | parent | prev | next [-] | | Itanium was compatible with x86. In fact, it booted into x86 mode. Merced, the first implementation had a part of the chip called the IVE, Intel Value Engine, that implemented x86 very slowly. You would boot in x86 mode and run some code to switch to ia64 mode. HP saw the end of the road for their solo efforts on PA-RISC and Intel eyed the higher end market against SPARC, MIPS, POWER, and Alpha (hehe. all those caps) so they banded together to tackle the higher end. But as AMD proved, you could win by scaling up instead of dropping an all-new architecture. * worked at HP during the HP-Intel Highly Confidential project. | |
| ▲ | philipkglass 7 hours ago | parent | prev | next [-] | | I used it for numerical simulations and it was very fast there. But on my workstation many common programs like "grep" were slower than on my cheap Athlon machine. (Both were running Red Hat Linux at the time.) I don't know how much of that was a compiler problem and how much was an architecture problem; the Itanium numerical simulation code was built with Intel's own compiler but all the system utilities were built with GNU compilers. | |
| ▲ | fooker 7 hours ago | parent | prev | next [-] | | >Itanium wasn’t a turd It required immense multi-year efforts from compiler teams to get passable performance with Itanium. And passable wasn't good enough. | | |
| ▲ | Joel_Mckay 7 hours ago | parent | next [-] | | The IA-64 architecture had too much granularity of control dropped into software. Thus, reliable compiler designs were much more difficult to build. It wasn't a bad chip, but like Cell or modern Dojo tiles most people couldn't run it without understanding parallelism and core metastability. amd64 wasn't initially perfect either, but was accessible for mere mortals. =3 | |
| ▲ | bombcar 7 hours ago | parent | prev [-] | | Wasn't the only compiler that produced code worth anything for Itanium the paid one from Intel? I seem to recall complaining about it on the GCC lists. | | |
| ▲ | hajile 6 hours ago | parent | next [-] | | NOTHING produced good code for the original Itanium which is why they switched gears REALLY early on. Intel first publicly mentioned Poulson all the way back in 2005 just FOUR years after the original chip was launched. Poulson was basically a traditional out-of-order CPU core that even had hyperthreading[0]. They knew really early on that the designs just weren't that good. This shouldn't have been a surprise to Intel as they'd already made a VLIW CPU in the 90s (i860) that failed spectacularly. [0]https://www.realworldtech.com/poulson/ | | |
| ▲ | speed_spread 5 hours ago | parent [-] | | Even the i860 found more usage as a specialized CPU than the Itanium. The original Nextcube had an optional video card that used an i860 dedicated to graphics. |
| |
| ▲ | hawflakes 7 hours ago | parent | prev [-] | | I lost track of it but HP, as co-architects, had its own compiler team working on it. I think SGI also had efforts to target ia64 as well.
But the EPIC (Explicitly Parallel Instruction Computing) didn't really catch on.
VLIW would need recompilation on each new chip but EPIC promised it would still run. https://en.wikipedia.org/wiki/Explicitly_parallel_instructio... | | |
|
| |
| ▲ | textlapse 7 hours ago | parent | prev | next [-] | | I have worked next to an Itanium machine. It sounds like a helicopter - barely able to meet the performance requirements. We have come a long way from that to arm64 and amd64 as the default. | | |
| ▲ | Joel_Mckay 7 hours ago | parent [-] | | The stripped down ARM 8/9 for AArch64 is good for a lot of use-cases, but most of the vendor specific ASIC advanced features were never enabled for reliability reasons. ARM is certainly better than before, but could have been much better. =3 |
| |
| ▲ | Findecanor 5 hours ago | parent | prev | next [-] | | The Itanium had some interesting ideas executed poorly. It was a bloated design by committee. It should have been iterated on a bit before it was released to the world, but Intel was stressed by there being several 64-bit RISC-processors on the market already. | |
| ▲ | bombcar 7 hours ago | parent | prev | next [-] | | IIRC it didn't even do great against POWER and other bespoke OS/Chip combos, though it did way better there than generic x86. | |
| ▲ | eej71 7 hours ago | parent | prev | next [-] | | Itanium was mostly a turd because it pushed so many optimization issues onto the compiler. | | |
| ▲ | CoastalCoder 7 hours ago | parent [-] | | IIRC, wasn't part of the issue that compile-time instruction scheduling was a poor match with speculative execution and/or hardware-based branch prediction? I.e., the compiler had no access to information that's only revealed at runtime? | | |
| ▲ | duskwuff 4 hours ago | parent [-] | | Yes, absolutely. Itanium was designed with the expectation that memory speed/latency would keep pace with CPUs - it didn't. |
|
| |
| ▲ | jcranmer 6 hours ago | parent | prev | next [-] | | I acquired a copy of the Itanium manuals, and in flicking through it, you can barely get through a page before going "you did WHAT?" over some feature. | | | |
| ▲ | cmrdporcupine 7 hours ago | parent | prev [-] | | Itanium was pointless when Alpha existed already and was already getting market penetration in the high end market. Intel played disgusting corporate politics to kill it and then push the ugly failed Itanium to market, only to have to panic back to x86_64 later. I have no idea how/why Intel got a second life after that, but they did. Which is a shame. A sane market would have punished them and we all would have moved on. | | |
| ▲ | j_not_j an hour ago | parent | next [-] | | Alpha had a lot of implementation problems, e.g. floating point exceptions with untraceable execution paths. Cray tried to build the T3E (iirc) out of Alphas. DEC bragged how good Alpha was for parallel computing, big memory etc etc. But Cray publicly denounced Alpha as unusable for parallel processing (the T3E was a bunch of Alphas in some kind of NUMA shared memory.) It was so difficult to make the chips work together. This was in the Cray Connect or some such glossy publication. Wish I'd kept a copy. Plus of course the usual DEC marketing incompetence. They feared Alpha undoing their large expensive machine momentum. Small workstation boxes significantly faster than big iron. | |
| ▲ | dessimus 7 hours ago | parent | prev | next [-] | | > I have no idea how/why Intel got a second life after that, but they did. For the same reason the line "No one ever got fired for buying IBM." exists. Buying AMD at large companies was seen as a gamble that deciders weren't will to make. Even now, if you just call up your account managers at Dell, HP, or Lenovo asking for servers or PCs, they are going to quote you Intel builds unless you specifically ask. I don't think I've ever been asked by my sales reps if I wanted an Intel or AMD CPU. Just how many slots/cores, etc. | | |
| ▲ | bombcar 6 hours ago | parent [-] | | The Intel chipsets were phenomenally stable; the AMD ones were always plagued by weird issues. |
| |
| ▲ | toast0 7 hours ago | parent | prev | next [-] | | Historically, when Intel is on their game, they have great products, and better than most support for OEMs and integrators. They're also very effective at marketting and arm twisting. The arm twisting gets them through rough times like itanium and pentium4 + rambus, etc. I still think they can recover from the 10nm fab problems, even though they're taking their sweet time. | |
| ▲ | loloquwowndueo 7 hours ago | parent | prev | next [-] | | “Sane market” sounds like an oxymoron, technology markets have multiple failed attempts at doing the sane thing. | |
| ▲ | panick21_ 4 hours ago | parent | prev [-] | | Gordon Moore tried to link up with Intel when he was at DEC. Alpha would have become Intels 64 bit architecture. This of course didn't happen and Intel instead linked up with DEC biggest competitor HP, and adopted their, much, much worse VLIW architecture. Imagine a future where Intel and Apple both adopt DEC and Alpha instead of Intel HP and Apple IBM. |
|
|
|
|
| ▲ | jmyeet 2 hours ago | parent | prev | next [-] |
| This is a pretty bad recounting of history. Just from memory I can recall more of this and some missing details are important. First you have to know that Intel licensed the instruction sets to AMD and Cyrix (and possibly others?) in the 1990s. If you were around at that time, you could buy Cyrix 486dx2/66, 486dx4/100, 486dx4/133 and other CPUs that were really first to operate at a multiple of clock speed. Earlier CPUs didn't do this. But these deals were two-way, meaning Intel had the right to use any x86 extensions other manufacturers created; 2. Intel didn't like this. They'd also lost a trademark dispute over 486 where USPTO said you couldn't trademark a number. This was entirely the reason the Pentium was called the Pentium and not the 586. Intel didn't want to share. The instruction set cross-licensing was another issue; 3. Because of this, Intel wanted to go 64 bit from scratch. You have to remember that at this time the whole CISC vs RISC debate was unsettled. There were a variety of RISC UNIX servers and workstations from companies like SGI, Sun, HP, DEC, etc. Intel wanted to compete in this space. So they partnered with HP and came up with EPIC as the architecture name. The first CPU was Merced and it was meant to be released in 1996 (IIRC) but it was years late; 4. Intel thought their market dominance could drive the market. Obviously this would leave AMD (Cyrix was out by this point) in the cold. So AMD came out with the x86_64 extensions for 64 bit support and Athlon was born; 5. Oh, additionally in the 90s we had the (initially) Megahertz but later Gigahertz race between Intel and AMD. This is because clock speed became a marketing point. It was stupid because it ignored IPC (instructions per clock) but consumers responded to it; 6. So Intel's moved from the Pentium 3 to the Netburst architecture of the Pentium 4, which was designed to hit high clock speeds. You have to remember that even in the late 90s a lot of people thought clock speeds would keep going up to 10GHz. Anyway, Intel "won" this Gigahertz race with the Pentium 4 but lost the war as I'll explain; 7. So in the early 2000s, Intel needed a solution for laptops. They came up with the Centrino platform. I think this was the first laptop where Wifi was a first-class citizen. Anyway, Centrino was wildly successful against any competitors, so much so that people tried to make desktops out of it but it was really hard to acquire the parts; 8. So AMD took the easy route and released the Athlon, which was widly successful and with Intel facing ever-longer delays on EPIC was in a bind. They were forced to respond. They adopted x86_64 and repurposed the Centrino platfrom to create the Core Duo and then Core 2 Duo chips for desktop. To this day, the heritage of the Intel Core CPUs can trace its lineage back to the Pentium 3; 9. AMD further complicated Intel's position by releasing server chips. This is what the Opteron was. And this became a huge problem for Intel. EPIC chips were wildly expensive and, even worse, it required basically a rewrite of all software from the OS level up, compilers included. For several years, Opteron really ate Intel's lunch with Opteron. 10. By 2010 or so Intel had cancelled EPIC and regained their group on server-grade chips (ie Xeons) and AMD's Athlon and Opteron had begun to fade. So Intel had basically won but, don't worry, the 10nm white whale was just over the horizon. I guess my point is that the Athlon can't be viewed or judged in isolation without considering EPIC, Intel's cross-licensing deals, the Gigahertz race, x86_64 and the Pentium 3/4. |
| |
| ▲ | chasil an hour ago | parent [-] | | A key element was AMD's Barcelona, which was a quad-core design that had TLB problems and failed in the field. Intel just wired together multiple dual cores in several generations of their CPUs. AMD should have had this as a contingency. They are doing this same thing now with chiplets. https://en.wikipedia.org/wiki/AMD_10h#TLB_bug |
|
|
| ▲ | aurizon 7 hours ago | parent | prev | next [-] |
| How many feet does Intel actually have? It seems as if they have shot themselves in 4 or 5 - is it any wonder they can hardly walk? |
| |
| ▲ | PaulKeeble 6 hours ago | parent | next [-] | | They have also made a lot of successful products and come backs. While the Pentium 4 lost out to the Athlon's and their marketshare dropped they then released the Core series of CPUs and the Core 2 Duo was a huge hit and marked the beginning of the dark ages for AMD until they released Ryzen. As a company they have had long periods of dominance potted with big losses to AMD on the CPU front which they always claw back. They seem this time to be taken out by their inability to get their fabs online more than anything their competitor is doing. | | |
| ▲ | panick21_ 5 hours ago | parent | next [-] | | AMD was beating the on performance before Athlon and Athlon 64 made it simply clear to everybody. Intel spent literally 8 years and many, many billions and billions of $ to do everything possible to prevent AMD from getting volume. The had so much production capacity and AMD so little, that they basically had the ability to pay every single large OEM not to use AMD. If you as company used AMD, you would instantly lose billions of $, you would be the last Intel costumer served, you wouldn't get the new chips early on and potentially much more. OEM were terrified of Intel. Because Intel and Microsoft were so dominate OEMs made terrible margin, and Intel could basically crush them. Intel used to joke that OMEs were their distributes nothing more. This was to the point where AMD offered free chips to people and they refused it. AMD had a long period of time where they had better product, but the couldn't sustaining investing in better products and fighting so many legal battles. And the regulators around the world took to long and were to soft on Intel. Intel in the 80s invested big in memory, and got crushed by Japan. They invested big into the iAPX 186 and got crushed, it was horrible product. Luckily they were saved by the PC and were then able to have exclusivity on the back of the i386. By the late 90s AMD was better then them and that persisted for almost 10 years. And then they took the lead for for about 8 years and then lost it. And they didn't lose it because of the fabs I don't think. When they lost on the fabs they just fell further behind. Its really the late 80s and 90s gigantic PC boom that gave them the crazy manufacturing and market lead that AMD was not able to overcome the 10 years after that. | |
| ▲ | wbl 5 hours ago | parent | prev [-] | | Chiplets were a great move that kept yields up on aggressive process shrinks and prices low. |
| |
| ▲ | wmf 7 hours ago | parent | prev [-] | | When you have 90% market share you can afford to make a lot of mistakes. |
|
|
| ▲ | sciencesama 5 hours ago | parent | prev | next [-] |
| Will there be A 128bit revolution coming soon ? |
| |
|
| ▲ | _blk 5 hours ago | parent | prev | next [-] |
| Good article. I remember being very skeptical of Athlon because the K6 I owned before was subjectively muss less stable than any Intel I had used until then. So felt it was only a question of time until IA64 would establish itself. Since, after all, Intel had the power to buy itself into a leader position.
That feeling that AMD isn't quite as stable never really left until a few years ago, where with Spectre, I then thought that Intel was now playing catch-up with mobile-phone-like tactics rather that being design-superior. Now again, Intel had a great opportunity with Xe but it feels like they just can't get their horsepower transferred onto the road. Not bad by any means, but something's just lacking. Meanwhile, Qualcomm is announcing it's snapdragon X2 .. if only they could bring themselves to ensuring proper Linux support .. |
|
| ▲ | panick21_ 5 hours ago | parent | prev [-] |
| Intel and trying to kill their most successful product name a better duo. When amd64 came out, Sun should have started to migrate out of SPARC. Ironically it is Itanium that killed of most of the RISC competition, but its the Athlon that actually delivered on that killing blow. |