Re: ns32k toolchain

"r.o.s.s" <[email protected]> 4 Aug 2002 18:20:48 -0000
Newsgroups gmane.os.netbsd.ports.pc532
Message-ID <[email protected]>
>>:::
>> This is very similar to what many modern FPUs do, actually. The Alpha
>> port, for instance, handles things like denorms with a separate
>> library that Ross Harvey wrote. We might want to use the same library
>> code where possible across ports for this sort of thing.
>
>There is certianly some code which is machine independant, though
>I don't think it is as easilly seperated as I might hope. The current
>library for the pc532 is approximately:
>>:::

FWIW, the indep part of the alpha FP completion project has always
been in libkern waiting for anyone to call.  On alpha. it starts
over with the original operands and does the entire op in software
for any case that the running combination of operand value, fpu
type, and conformance model can't handle.

//