Sponsored Links
-->

Sunday, May 27, 2018

AUTO3330-kalvot / slides
src: www.cs.earlham.edu

The Pentium FDIV bug was a computer bug that affected the floating point unit (FPU) of the early Intel Pentium processors. Because of the bug, the processor might return incorrect binary floating point results when dividing a number. Discovered in 1994 by Professor Thomas R. Nicely at Lynchburg College, Intel attributed the error to missing entries in the lookup table used by the floating-point division circuitry.

The severity of the FDIV bug is debated. Intel, producer of the affected chip, claims that the common user would experience it once every 27,000 years while IBM, manufacturer of a chip competing with Intel's Pentium, claims that the common user would experience it once every 24 days. Though rarely encountered by most users (Byte magazine estimated that 1 in 9 billion floating point divides with random parameters would produce inaccurate results), both the flaw and Intel's initial handling of the matter were heavily criticized by the tech community.

In December 1994, Intel recalled the defective processors. In January 1995, Intel announced "a pre-tax charge of $475 million against earnings, ostensibly the total cost associated with replacement of the flawed processors."


Video Pentium FDIV bug



Chronology

Thomas Nicely, a professor of mathematics at Lynchburg College, had written code to enumerate primes, twin primes, prime triplets, and prime quadruplets. Nicely noticed some inconsistencies in the calculations on June 13, 1994, shortly after adding a Pentium system to his group of computers, but was unable to eliminate other factors (such as programming errors, motherboard chipsets, etc.) until October 19, 1994. On October 24, 1994, he reported the issue to Intel. According to Nicely, his contact person at Intel later admitted that Intel had been aware of the problem since May 1994, when the flaw was discovered by Tom Kraljevic, a Purdue University co-op student working for Intel in Hillsboro, Oregon, during testing of the FPU for its new P6 core, first used in the Pentium Pro.

On October 30, 1994, Nicely sent an email describing the error he had discovered in the Pentium floating point unit to various contacts, requesting reports of testing for the flaw on 486-DX4s, Pentiums and Pentium clones.

This flaw in the Pentium FPU was quickly verified by other people around the Internet, and became known as the Pentium FDIV bug (FDIV is the x86 assembly language mnemonic for floating-point division). One example was found where the division result returned by the Pentium was off by about 61 parts per million.

The story first appeared in the press on November 7, 1994, in an article in Electronic Engineering Times, "Intel fixes a Pentium FPU glitch" by Alexander Wolfe.

The story was subsequently picked up by CNN in a segment aired on November 21, 1994. This brought it into widespread public prominence.

Publicly, Intel acknowledged the floating-point flaw, but claimed that it was not serious and would not affect most users. Intel offered to replace processors to users who could prove that they were affected. However, although most independent estimates found the bug to be of little importance and would have negligible effect on most users, it caused a great public outcry. Companies like IBM (whose IBM 5x86C microprocessor competed at that time with the Intel Pentium line) joined the condemnation.

On December 20, 1994, Intel offered to replace all flawed Pentium processors on the basis of request, in response to mounting public pressure. Although it turned out that only a small fraction of Pentium owners bothered to get their chips replaced, the financial impact on the company was significant. On January 17, 1995, Intel announced "a pre-tax charge of $475 million against earnings, ostensibly the total cost associated with replacement of the flawed processors." Some of the defective chips were later turned into key rings by Intel.

A 1995 article in Science describes the value of number theory problems in discovering computer bugs and gives the mathematical background and history of Brun's constant, the problem Nicely was working on when he discovered the bug.


Maps Pentium FDIV bug



Affected models

This problem occurs only on some models of the original Pentium processor. The bug only existed in some Pentium family processors with a clock speed of less than 120 MHz. On affected models, the Intel Processor Frequency ID Utility checks for the presence of this bug.

The ten affected processors are listed below. The 39 S-specs of those processors are not listed in the Intel processor specification finder web page.


Pentium Divider Flaw
src: i298.photobucket.com


Example symptoms

The presence of the bug can be checked manually by performing the following calculation in any application that uses native floating point numbers, including the Windows Calculator or Microsoft Excel in Windows 95/98.

The correct value is:

4 , 195 , 835 3 , 145 , 727 = 1.333820449136241002 {\displaystyle \textstyle {\frac {4,195,835}{3,145,727}}=1.333820449136241002}

When converted to the hexadecimal value used by the processor, 4,195,835 = 0x4005FB and 3,145,727 = 0x2FFFFF. The '5' in 0x4005 triggers the fault in the FPU control logic. As a result, the value returned by a flawed Pentium processor in certain situations is incorrect at or beyond four digits:

4 , 195 , 835 3 , 145 , 727 = 1.333 739068902037589 {\displaystyle \textstyle {\frac {4,195,835}{3,145,727}}=1.333{\color {Red}{739068902037589}}}

Another method can be used in Windows 95 and 98. Users can check if their processor has the issue using Device Manager. Once in Device Manager, users can expand "System devices", locate then click on "Numeric data processor", then click the Properties button. Once the new Properties window appears, click the Settings tab.

If the processor does not have the FDIV issue, the following message will be seen:

  • "Your computer's numeric data processor has passed all diagnostic tests and appears to be working properly".

If the processor does have the FDIV issue, the following message will be seen:

  • "The numeric processor in this computer can sometimes compute inaccurate results when dividing large numbers"

Options are then provided at the bottom of the Settings tab to "Always use", "Use only if [it] passes all diagnostics" or "Never use".

Another way of detecting the bug is using the pentnt utility included with Windows NT 3.51, NT 4.0, 2000, and XP.


Pentium-FDIV-Bug - YouTube
src: i.ytimg.com


See also

  • Pentium F00F bug
  • Meltdown (security vulnerability) and Spectre (security vulnerability)
  • MOS Technology 6502 bugs and quirks
  • Accuracy problems in floating point operations
  • SRT division

FÅ'oldal - HTE
src: www.hte.hu


References


Super Rare FDIV Floating Point Bug Pentium 60 Gold Top CPU SX835 ...
src: i.ebayimg.com


External links

  • Personal website of Dr. Nicely, who discovered the bug
  • A page with precise information, also about the cause
  • A Tale of Two Numbers, by Cleve Moler of MathWorks
    • ZIP-file containing more details (See ZIP file format for details on the file)
  • Intel's official site
  • Unopened Intel CPU box from the FDIV replacement program

Source of the article : Wikipedia

Comments
0 Comments