home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!magrana1!rob
- From: rob@magrana1.uucp (Rob Duncan)
- Subject: floating point arithmetic
- Message-ID: <BznK8A.1xy@magrana1.uucp>
- Organization: Pomegranate Technology, Inc.
- Date: Tue, 22 Dec 1992 08:43:22 GMT
- Lines: 18
-
- Has anyone come across code to implement floating point arithmetic
- with C integers? I am writing a C compiler and I need run-time
- support for floating point operations. I'm initially concerned with
- correctness and conformance to a standard (ideally IEEE format floats)
- rather than speed. Eventually I'll drop the code into assembler by
- hand (but at the moment the target machine is a moving one 8-).
-
- I've checked the Index of free C or C++ source code for numerical
- computation but it doesn't have what I'm looking for.
-
- Thanks,
-
-
- --
- Rob Duncan Talk: +1-415-325-8780
- Pomegranate Technology, Inc. Fax: +1-415-325-8780
- 235 Embarcadero Road UUCP: ...!uunet!magrana1!rob.duncan
- Palo Alto, CA 94301 Internet: rob.duncan@pomegranate.com
-