Mail Archives: djgpp-workers/1996/07/30/06:17:44
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
- Raw text -