First console with FPU

You can talk about almost anything that you want to on this board.

Moderator: Moderators

lidnariq
Posts: 10677
Joined: Sun Apr 13, 2008 11:12 am
Location: Seattle

Re: First console with FPU

Post by lidnariq »

Even the 8086 had MUL and DIV instructions, and while it was slow, it was still faster than doing it longform.

Ultimately, multiplication of integers can be implemented in the same amount of time as the corresponding addition, by using a good deal more space. Modern machines seem to not bother, e.g. http://stackoverflow.com/questions/2181 ... modern-cpu
Mednafen
Posts: 60
Joined: Wed Sep 13, 2006 12:45 pm

Re: First console with FPU

Post by Mednafen »

The PC-FX, released in 1994, used a NEC V810 which had an FPU that could do single-precision IEEE-754 math(no transcendental functions in hardware, though).
Sik
Posts: 1589
Joined: Thu Aug 12, 2010 3:43 am

Re: First console with FPU

Post by Sik »

...that'd probably make it the earliest then. I don't think the 3DO nor the Jaguar had floating point support, right?
mic_
Posts: 922
Joined: Thu Oct 05, 2006 6:29 am

Re: First console with FPU

Post by mic_ »

Is it still super slow compared to addition and subtraction?
This document contains the relevant numbers for just about every Intel x86 processor starting with the Pentium, plus some AMD/VIA x86 processors.
Post Reply