home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / c / 18770 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  28 lines

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