Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!husc6!endor!siegel From: siegel@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: Endless inSANEity... Message-ID: <2097@husc6.harvard.edu> Date: 21 Jun 89 10:58:53 GMT References: <227700009@uxa.cso.uiuc.edu> <2089@husc6.harvard.edu> <14001@dartvax.Dartmouth.EDU> <2092@husc6.harvard.edu> <14017@dartvax.Dartmouth.EDU> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec/THINK Technologies, Bedford, MA Lines: 23 In article <14017@dartvax.Dartmouth.EDU> earleh@eleazar.dartmouth.edu (Earle R. Horton) writes: > Well, by storing extended in 80 bits versus 96 bits, you save 16 >bits per floating point quantity. By storing flags in the high bits of You're technicaly correct, but it's a pretty weak reason to have made the size what it was (if, in fact, that WAS the reason). If you're that concerned about space, store your results as single, and use extendeds for temps (which most compilers do for calculations). --R. ~~~~~~~~~~~~~~~ Rich Siegel Staff Software Developer Symantec Corporation, Language Products Group Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel I classify myself as a real developer because my desk is hip-deep in assembly-language listings and I spend more than 50% of my time in TMON. ~~~~~~~~~~~~~~~