Date: Tue, 30 Jul 1996 14:13:18 +0400 (MSD) From: "Alexander V. Lukyanov" Message-Id: <199607301013.OAA28901@video.yars.free.net> To: djgpp-workers AT delorie DOT com Subject: Re: Long double support After some experiments, it seems to me that only user callable functions not called by libc can be substituted by libm, because of ld algorithm. Firstly I wanted to put internal conversion function into libm, now I see that it is not possible. So I see three alternatives: 1. put doprnt/printf/sprintf/fprintf etc into libm (I personally dislike it) 2. submit that 15k overhead 3. don't include higher precision conversion of long doubles in printf