Re: World's Fastest Processor? For Now, Anyway
- From: "Tom Linden" <tom@xxxxxxxxxxxxxxxxx>
- Date: Wed, 23 May 2007 16:40:27 -0700
On Wed, 23 May 2007 16:03:31 -0700, Chip Coldwell <coldwell@xxxxxxxxxxxxxxxxx> wrote:
On Wed, 23 May 2007, Dan Foster wrote:
In article <66dfp8Idh60R@xxxxxxxxxxxxxxxxxxxxxxxx>, Larry Kilgallen <Kilgallen@xxxxxxxxxxx> wrote:
>>
>> What kind basis do they have for making this claim that it's the first
>> one to do it in hardware? Haven't there been a number of
>> microprocessors that did this long ago?
>
> Perhaps they were not _UNIX_ microprocessors, like this one is :-)
That's true; but the Motorola 68040 had built-in FP support in hardware
some 17 years ago.
Ah, but that was *binary* floating-point. What IBM is describing is
*decimal* floating-point.
Decimal floating-point is standard in pocket calculators, because user's
get annoyed when 0.1 (which has no exact binary representation) gets
rounded to the nearest binary floating-point equivalent.
IBM had decimal arithmetic in hardware in their mainframes in the '60s,
but that may have been fixed-point.
That was scaled fixed decimal. so you might, for example, declare in your
program something like
declare foo fixed decimal(34,15);
which would give you 19 digits left of the decimal point and 15 right
you are free to choose p and q in fixed decimal(p,q) subject to implementation
limits
Chip
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
.
- References:
- World's Fastest Processor? For Now, Anyway
- From: Neil Rieck
- Re: World's Fastest Processor? For Now, Anyway
- From: R Boyd
- Re: World's Fastest Processor? For Now, Anyway
- From: Larry Kilgallen
- Re: World's Fastest Processor? For Now, Anyway
- From: Dan Foster
- Re: World's Fastest Processor? For Now, Anyway
- From: Chip Coldwell
- World's Fastest Processor? For Now, Anyway
- Prev by Date: Re: C Formatted output.
- Next by Date: Re: C Formatted output.
- Previous by thread: Re: World's Fastest Processor? For Now, Anyway
- Next by thread: Re: World's Fastest Processor? For Now, Anyway
- Index(es):
Relevant Pages
|