[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Innovative Systems Floating Point Engine Rev B 1988
- Subject: Re: Innovative Systems Floating Point Engine Rev B 1988
- From: Mike Westerfield <MikeW50@aol.com>
- Date: Wed, 6 Aug 2008 16:50:48 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: y38g2000hsy.googlegroups.com; posting-host=208.54.95.135; posting-account=ug0zNAkAAACel1Ryjk1rIQPRgsHIfTL5
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- References: <1217855973.984270@ftpgate>
- User-agent: G2/1.0
- Xref: g2news1.google.com comp.sys.apple2:2272
On Aug 4, 7:19 am, "Yvan" <yvan_d...@gmx.net> wrote:
> Hi,
>
> I found a Innovative Systems Floating Point Engine Rev B 1988.
>
> First, what is it? Can I use it in my IIgs? Do I need any software or
> drivers? Are there any documentations anywhere?
>
> Cheers
> Yvan
Hi Yvan,
There is a software patch that allows this card to intercept and
handle any calculation normally routed through the SANE numerics
package. That works pretty well, but there is significant overhead--
enough that some calculations are about as fast in software. (Not all,
and not the more complex calculations.)
There are also compiler directives for the ORCA languages that will
bypass SANE and tap directly into the card itself. This is
considerably more efficient, and works for long integer math as well
as floating-point. It turned out that short integer math takes less
time in software than the overhead of using the card, so the ORCA
languages do not use the card for short integers.
All in all, it's a great card if you intend to do any number-
crunching, especially in software you write. Congratulations on
finding one.