What was the last CPU that did not have the x87 floating-point unit built in? The 2019 Stack Overflow Developer Survey Results Are InWere there 8086 coprocessors other than the 8087?What was the first CPU with exposed pipeline?What's the relationship between early 90s Pentium microprocessor and today's Intel designs?Is there any reason to chose ES, FS, or GS over the others in real mode?How do you put a 286 in Protected Mode?Why not use fractions instead of floating point?Which pre-IEEE computers had a single precision FPU and implemented double precision floats in software?How did the 8086 interface with the 8087 FPU coprocessor?How did people program for Consoles with multiple CPUs?What can an 8086 CPU do if an x87 floating-point coprocessor is attached to it?

How to support a colleague who finds meetings extremely tiring?

Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?

How to type this arrow in math mode?

How to translate "being like"?

Does adding complexity mean a more secure cipher?

Did any laptop computers have a built-in 5 1/4 inch floppy drive?

Can you cast a spell on someone in the Ethereal Plane, if you are on the Material Plane and have the True Seeing spell active?

How to notate time signature switching consistently every measure

What do I do when my TA workload is more than expected?

Why doesn't UInt have a toDouble()?

What does Linus Torvalds mean when he says that Git "never ever" tracks a file?

Can there be female White Walkers?

Is there a way to generate a uniformly distributed point on a sphere from a fixed amount of random real numbers?

Is Cinnamon a desktop environment or a window manager? (Or both?)

What information about me do stores get via my credit card?

ELI5: Why they say that Israel would have been the fourth country to land a spacecraft on the Moon and why they call it low cost?

How can I add encounters in the Lost Mine of Phandelver campaign without giving PCs too much XP?

Output the Arecibo Message

Dropping list elements from nested list after evaluation

Why can't devices on different VLANs, but on the same subnet, communicate?

Can an undergraduate be advised by a professor who is very far away?

Will it cause any balance problems to have PCs level up and gain the benefits of a long rest mid-fight?

Variable with quotation marks "$()"

If my opponent casts Ultimate Price on my Phantasmal Bear, can I save it by casting Snap or Curfew?



What was the last CPU that did not have the x87 floating-point unit built in?



The 2019 Stack Overflow Developer Survey Results Are InWere there 8086 coprocessors other than the 8087?What was the first CPU with exposed pipeline?What's the relationship between early 90s Pentium microprocessor and today's Intel designs?Is there any reason to chose ES, FS, or GS over the others in real mode?How do you put a 286 in Protected Mode?Why not use fractions instead of floating point?Which pre-IEEE computers had a single precision FPU and implemented double precision floats in software?How did the 8086 interface with the 8087 FPU coprocessor?How did people program for Consoles with multiple CPUs?What can an 8086 CPU do if an x87 floating-point coprocessor is attached to it?










1















This Wikipedia page says the following:




Most x86 processors since the Intel 80486 have had these x87
instructions implemented in the main CPU




So the above quote means that some CPUs that were realeased after the Intel 80486 CPU did not have the x87 floating-point unit built in.



But what was the last CPU that did not have the x87 floating-point unit built in?










share|improve this question









New contributor




user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    1















    This Wikipedia page says the following:




    Most x86 processors since the Intel 80486 have had these x87
    instructions implemented in the main CPU




    So the above quote means that some CPUs that were realeased after the Intel 80486 CPU did not have the x87 floating-point unit built in.



    But what was the last CPU that did not have the x87 floating-point unit built in?










    share|improve this question









    New contributor




    user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      1












      1








      1








      This Wikipedia page says the following:




      Most x86 processors since the Intel 80486 have had these x87
      instructions implemented in the main CPU




      So the above quote means that some CPUs that were realeased after the Intel 80486 CPU did not have the x87 floating-point unit built in.



      But what was the last CPU that did not have the x87 floating-point unit built in?










      share|improve this question









      New contributor




      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      This Wikipedia page says the following:




      Most x86 processors since the Intel 80486 have had these x87
      instructions implemented in the main CPU




      So the above quote means that some CPUs that were realeased after the Intel 80486 CPU did not have the x87 floating-point unit built in.



      But what was the last CPU that did not have the x87 floating-point unit built in?







      history intel floating-point cpu x86






      share|improve this question









      New contributor




      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question









      New contributor




      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question








      edited 1 hour ago









      manassehkatz

      3,132625




      3,132625






      New contributor




      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 2 hours ago









      user12280user12280

      232




      232




      New contributor




      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      user12280 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          2 Answers
          2






          active

          oldest

          votes


















          2














          All Intel x86 CPUs since the 80486 line have included floating point instructions, i.e. everything from the Pentium* onwards. So the last Intel processor to lack an on-board floating-point unit (FPU) was the 80486SX (and the embedded 80486GX).



          Other manufacturers, who made 486-compatible processors, continued making non-FPU chips, aiming for the budget market. These include Cyrix's Cx486SLC, and AMD's AM486SX. A 66MHz version of the latter, the Am486SX2-66, was released in 1994, a year after Intel had released its first Pentium processor.



          In order to compete with the Pentium range, third-party manufacturers effectively had to include an on-board FPU, so there were no "586" chips without floating-point instructions.



          I expect that the last manufactured x86 CPU that lacked floating-point instructions will have been an embedded chip such as the 80486GX.




          * for further reading, see the Pentium FDIV bug






          share|improve this answer























          • Yes, there are 586-class CPUs with no FPU.

            – Stephen Kitt
            29 mins ago


















          2














          As far as I’m aware, the last FPU-less x86-compatible CPU is the Vortex86SX, released in 2007 and still available now. This is a Pentium-class CPU, capable of running any Pentium code which doesn’t require an FPU.






          share|improve this answer

























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "648"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );






            user12280 is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9660%2fwhat-was-the-last-cpu-that-did-not-have-the-x87-floating-point-unit-built-in%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            2














            All Intel x86 CPUs since the 80486 line have included floating point instructions, i.e. everything from the Pentium* onwards. So the last Intel processor to lack an on-board floating-point unit (FPU) was the 80486SX (and the embedded 80486GX).



            Other manufacturers, who made 486-compatible processors, continued making non-FPU chips, aiming for the budget market. These include Cyrix's Cx486SLC, and AMD's AM486SX. A 66MHz version of the latter, the Am486SX2-66, was released in 1994, a year after Intel had released its first Pentium processor.



            In order to compete with the Pentium range, third-party manufacturers effectively had to include an on-board FPU, so there were no "586" chips without floating-point instructions.



            I expect that the last manufactured x86 CPU that lacked floating-point instructions will have been an embedded chip such as the 80486GX.




            * for further reading, see the Pentium FDIV bug






            share|improve this answer























            • Yes, there are 586-class CPUs with no FPU.

              – Stephen Kitt
              29 mins ago















            2














            All Intel x86 CPUs since the 80486 line have included floating point instructions, i.e. everything from the Pentium* onwards. So the last Intel processor to lack an on-board floating-point unit (FPU) was the 80486SX (and the embedded 80486GX).



            Other manufacturers, who made 486-compatible processors, continued making non-FPU chips, aiming for the budget market. These include Cyrix's Cx486SLC, and AMD's AM486SX. A 66MHz version of the latter, the Am486SX2-66, was released in 1994, a year after Intel had released its first Pentium processor.



            In order to compete with the Pentium range, third-party manufacturers effectively had to include an on-board FPU, so there were no "586" chips without floating-point instructions.



            I expect that the last manufactured x86 CPU that lacked floating-point instructions will have been an embedded chip such as the 80486GX.




            * for further reading, see the Pentium FDIV bug






            share|improve this answer























            • Yes, there are 586-class CPUs with no FPU.

              – Stephen Kitt
              29 mins ago













            2












            2








            2







            All Intel x86 CPUs since the 80486 line have included floating point instructions, i.e. everything from the Pentium* onwards. So the last Intel processor to lack an on-board floating-point unit (FPU) was the 80486SX (and the embedded 80486GX).



            Other manufacturers, who made 486-compatible processors, continued making non-FPU chips, aiming for the budget market. These include Cyrix's Cx486SLC, and AMD's AM486SX. A 66MHz version of the latter, the Am486SX2-66, was released in 1994, a year after Intel had released its first Pentium processor.



            In order to compete with the Pentium range, third-party manufacturers effectively had to include an on-board FPU, so there were no "586" chips without floating-point instructions.



            I expect that the last manufactured x86 CPU that lacked floating-point instructions will have been an embedded chip such as the 80486GX.




            * for further reading, see the Pentium FDIV bug






            share|improve this answer













            All Intel x86 CPUs since the 80486 line have included floating point instructions, i.e. everything from the Pentium* onwards. So the last Intel processor to lack an on-board floating-point unit (FPU) was the 80486SX (and the embedded 80486GX).



            Other manufacturers, who made 486-compatible processors, continued making non-FPU chips, aiming for the budget market. These include Cyrix's Cx486SLC, and AMD's AM486SX. A 66MHz version of the latter, the Am486SX2-66, was released in 1994, a year after Intel had released its first Pentium processor.



            In order to compete with the Pentium range, third-party manufacturers effectively had to include an on-board FPU, so there were no "586" chips without floating-point instructions.



            I expect that the last manufactured x86 CPU that lacked floating-point instructions will have been an embedded chip such as the 80486GX.




            * for further reading, see the Pentium FDIV bug







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered 1 hour ago









            KazKaz

            2,456942




            2,456942












            • Yes, there are 586-class CPUs with no FPU.

              – Stephen Kitt
              29 mins ago

















            • Yes, there are 586-class CPUs with no FPU.

              – Stephen Kitt
              29 mins ago
















            Yes, there are 586-class CPUs with no FPU.

            – Stephen Kitt
            29 mins ago





            Yes, there are 586-class CPUs with no FPU.

            – Stephen Kitt
            29 mins ago











            2














            As far as I’m aware, the last FPU-less x86-compatible CPU is the Vortex86SX, released in 2007 and still available now. This is a Pentium-class CPU, capable of running any Pentium code which doesn’t require an FPU.






            share|improve this answer





























              2














              As far as I’m aware, the last FPU-less x86-compatible CPU is the Vortex86SX, released in 2007 and still available now. This is a Pentium-class CPU, capable of running any Pentium code which doesn’t require an FPU.






              share|improve this answer



























                2












                2








                2







                As far as I’m aware, the last FPU-less x86-compatible CPU is the Vortex86SX, released in 2007 and still available now. This is a Pentium-class CPU, capable of running any Pentium code which doesn’t require an FPU.






                share|improve this answer















                As far as I’m aware, the last FPU-less x86-compatible CPU is the Vortex86SX, released in 2007 and still available now. This is a Pentium-class CPU, capable of running any Pentium code which doesn’t require an FPU.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited 43 mins ago

























                answered 57 mins ago









                Stephen KittStephen Kitt

                40k8163173




                40k8163173




















                    user12280 is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    user12280 is a new contributor. Be nice, and check out our Code of Conduct.












                    user12280 is a new contributor. Be nice, and check out our Code of Conduct.











                    user12280 is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Retrocomputing Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fretrocomputing.stackexchange.com%2fquestions%2f9660%2fwhat-was-the-last-cpu-that-did-not-have-the-x87-floating-point-unit-built-in%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Magento 2 duplicate PHPSESSID cookie when using session_start() in custom php scriptMagento 2: User cant logged in into to account page, no error showing!Magento duplicate on subdomainGrabbing storeview from cookie (after using language selector)How do I run php custom script on magento2Magento 2: Include PHP script in headerSession lock after using Cm_RedisSessionscript php to update stockMagento set cookie popupMagento 2 session id cookie - where to find it?How to import Configurable product from csv with custom attributes using php scriptMagento 2 run custom PHP script

                    Can not update quote_id field of “quote_item” table magento 2Magento 2.1 - We can't remove the item. (Shopping Cart doesnt allow us to remove items before becomes empty)Add value for custom quote item attribute using REST apiREST API endpoint v1/carts/cartId/items always returns error messageCorrect way to save entries to databaseHow to remove all associated quote objects of a customer completelyMagento 2 - Save value from custom input field to quote_itemGet quote_item data using quote id and product id filter in Magento 2How to set additional data to quote_item table from controller in Magento 2?What is the purpose of additional_data column in quote_item table in magento2Set Custom Price to Quote item magento2 from controller

                    How to solve knockout JS error in Magento 2 Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?(Magento2) knockout.js:3012 Uncaught ReferenceError: Unable to process bindingUnable to process binding Knockout.js magento 2Cannot read property `scopeLabel` of undefined on Product Detail PageCan't get Customer Data on frontend in Magento 2Magento2 Order Summary - unable to process bindingKO templates are not loading in Magento 2.1 applicationgetting knockout js error magento 2Product grid not load -— Unable to process binding Knockout.js magento 2Product form not loaded in magento2Uncaught ReferenceError: Unable to process binding “if: function()return (isShowLegend()) ” magento 2