Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!ncar!gatech!udel!mmdf From: HBO043%DJUKFA11.BITNET@cunyvm.cuny.edu (Christoph van Wuellen) Newsgroups: comp.os.minix Subject: Re: Floating point for c68 Message-ID: <56958@nigel.ee.udel.edu> Date: 22 Jun 91 14:09:20 GMT Sender: mmdf@ee.udel.edu Lines: 12 I have a modified version of the 68k code generator which knows about singles and doubles (32 and 64 bits). It calls its own internal library functions. C functions which return a float return is in D0, they return a double in D0/D1, so it should be compatible with other compilers. The internal support functions use a pointer technique, but I can take any choice w.r.t internal functions. If there is interest, I could post this gen68k version. I have no support functions yet, but with some small wrappers it should be possible to use the ACK FP support functions. C.v.W.