Re: [Sdcc-user] mcs51 and floating point lib

2008-08-22 Thread Jonathan Dumaresq
eforge.net' Objet : Re: [Sdcc-user] mcs51 and floating point lib Floating point is enabled, except when called from printf() or sprintf(). As long as you do not need to print floating point numbers, you should be fine. I use floating points and I have created a short routine to print

Re: [Sdcc-user] mcs51 and floating point lib

2008-08-22 Thread Juges, Didier
. Didier Sent from my Blackberry Wireless Thingy while I do other things. - Original Message - From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> To: sdcc-user@lists.sourceforge.net Sent: Fri Aug 22 10:22:18 2008 Subject: [Sdcc-user] mcs51 and floating point lib Hi all, I would like to u

[Sdcc-user] mcs51 and floating point lib

2008-08-22 Thread Jonathan Dumaresq
Hi all, I would like to use the floating point function . By default I think it is disabled. If possible I would like to not compile a new sdcc. Is it possible to get the mcs51 lib with floating point enabled ? Jonathan - T