Shop OBEX P1 Docs P2 Docs Learn Events
Hardware always has to work — Parallax Forums

Hardware always has to work

https://media.ccc.de/v/32c3-7171-when_hardware_must_just_work#video&t=1129

This is a great CCC talk on Intel x86 CPU development issues. For me, watching this put some of what we are attempting on the P2 into some new perspective. (Chip is a frickin' genius, and we all know that, but still.)

Comments

  • Heater.Heater. Posts: 21,230
    Intel has survived many expensive cases of hardware not working. The iAPX 432 in 1981. The i860 in 1989. The Itanium 2001. Quite amazing really.

    Of course those chips probably worked to spec. Only problem was the specs were wrong.



  • Oh yeah, "works as designed..." :)

    Itanium did work, but it required a "god mode" capable compiler to make effective use of the chips. SGI, got really good at this when optimizing the Smile out of MIPS to get performance in the 90's. A ~400Mhz R10k / R12K chip, with a nice, big cache would perform and sometimes outperform x86 at more than 2X the clock. Seems all that intense work making large NUMA systems work well can favor devices like Itanium, which SGI moved to when MIPS stopped improving.

    Sort of like that i860. If you've got the right compiler, good things can happen. Mere mortals see a lot less joy.

    But yes! Intel has taken a few hits and have come out of it fine. They are an aggressive organization filled with really smart people and it's all funded well enough to allow for contingencies. The ISA lock in helps too.

  • Heater.Heater. Posts: 21,230
    Anyone still using Itanium?

    When the 286 was new my colleague discovered a great bug in it. If you multiplied by an immediate value that was negative, and you were in protected mode I believe, you got a totally wrong result.

    On contacting Intel we eventually got, under NDA, a fat document describing all the bugs in the 286. Our multiply problem was in there. There were dozens more. Mostly to do with the protected mode features.

    That was OK though. All the world was still using MS-DOS which did not use protected mode.


  • Wasn't there a set-wide recall for Sandy Bridge when the chips first came out? I had just purchased a new high-end PC from Costco when I got a notice that the computer had been recalled. The machine hadn't even arrived yet when I got the notice, so I didn't even open the box. Took it back to the local Costco and they refunded. For those OEM's and sellers that didn't try to sweep the problem under the rug, the exchange of the chips and affected motherboards must have cost a fortune.
  • Heater. wrote: »
    Intel has survived many expensive cases of hardware not working. The iAPX 432 in 1981. The i860 in 1989. The Itanium 2001. Quite amazing really.

    Of course those chips probably worked to spec. Only problem was the specs were wrong.



    Wasn't there a problem with an intel co-processer (or was it the math co-processer in the 486) that gave back wrong results specific cases?
  • Or you may be thinking of the Pentium bug:
    https://en.wikipedia.org/wiki/Pentium_FDIV_bug


  • "I am Pentium of the Borg. Precision is futile. Prepare to be approximated".
  • The Intel Sandy Bridge problem was actually in the 6 series chip set and not the processor. I don't recall the details, but it had something to do with SATA controller performance degrading over time.
  • Heater.Heater. Posts: 21,230
    Never mind this or that bug in this or that chip. There is something very wrong with the Intel picture.

    Their argument is that chips are very complex and almost impossible to verify. For example, simulating the whole thing only happens at one instruction per second.

    Nature tells us that the way around this is to make bazillions of approximately the same thing. The ones that work, work, the ones that don't die off.

    We will soon have 10 billion people on this planet. Many of them will not be stupid. Open source the whole specification and let them at it. Soon we will have a bunch of implementations, some of which work, some of which have bugs. They can be used to check each other at full speed.

    How cool would that be?




  • I guess looking in memory dump info can help to solve cpu hung somehow.
Sign In or Register to comment.