X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Message-ID: <526D8AD4.8070409@gmx.de> Date: Sun, 27 Oct 2013 22:51:16 +0100 From: Juan Manuel Guerrero User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121025 Thunderbird/16.0.2 MIME-Version: 1.0 To: djgpp-workers AT delorie DOT com Subject: Re: Implementation of the [l]lround[f|l] family of functions References: <52626FC1 DOT 9010706 AT gmx DOT de> <526ADB0B DOT 7090106 AT gmx DOT de> <526D403D DOT 7050307 AT iki DOT fi> In-Reply-To: <526D403D.7050307@iki.fi> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:Q2HIz2orOViR107aqDoYNFER2gP1Xu8YLd/hQsukBFh/qP5ilGf OTaY8m2874yaxg5qm98mdB5KNYZ4Q3BpAlGJLAcp+wKGOq6qqr8qifZdF2Cy50zktvGOR6Z s6Fg+GBPxM4/FlKebjgWS8BitJdwv9IzLLkuthr5PASuFh7dh/watIJV5OobCIyoqj0wjhR NuCT0JMu83VoHDAzBY7qg== Reply-To: djgpp-workers AT delorie DOT com Am 27.10.2013 17:33, schrieb Andris Pavenis: > On 10/25/2013 11:56 PM, Juan Manuel Guerrero wrote: >> Am 19.10.2013 13:40, schrieb Juan Manuel Guerrero: >>> Below is a patch that shall provide the implementation of the [l]lround[f|l] >>> family of functions for libm.a. Some test cases have been added. I have >>> compiled and tested the code with gcc473 and with djcross-gcc481. >>> As usual suggestions, objections and comments are welcome. >> [snip] >> >> OFYI, I committed the patch below. >> >> >> Regards, >> Juan M. Guerrero >> >> >> >> >> >> >> >> 2013-10-19 Juan Manuel Guerrero >> >> >> * djgpp/src/docs/kb/wc204.txi: Info about [l]lround[f|l] family of functions added. > > There is small problem with this (and maybe some earlier updates) > > ../../misc.exe cp math.texi targetdep.texi > makeinfo -o ../../../info/libm.info --no-split libm.texinfo > ./s_log1p.def:1: warning: node next `log1p' in menu `lrint' and in sectioning `matherr' differ > ./s_matherr.def:1: warning: node prev `matherr' in menu `llrint' and in sectioning `log1p' differ > ./w_remainder.def:1: warning: node next `rint' in menu `round' and in sectioning `scalbn' differ > ./s_scalbn.def:1: warning: node next `scalbn' in menu `sin' and in sectioning `sqrt' differ > ./s_scalbn.def:1: warning: node prev `scalbn' in menu `round' and in sectioning `rint' differ > ./w_sqrt.def:1: warning: node next `sqrt' in menu `tan' and in sectioning `sin' differ > ./w_sqrt.def:1: warning: node prev `sqrt' in menu `sinh' and in sectioning `scalbn' differ > ./s_sin.def:1: warning: node prev `sin' in menu `scalbn' and in sectioning `sqrt' differ > ./w_sinh.def:1: warning: node next `sinh' in menu `sqrt' and in sectioning `tan' differ > ./s_tan.def:1: warning: node prev `tan' in menu `sqrt' and in sectioning `sinh' differ > ./trunc.def:1: warning: node `lrint' is next for `trunc' in sectioning but not in menu > ./lrint.def:1: warning: node prev `lrint' in menu `log1p' and in sectioning `trunc' differ > ./llrint.def:1: warning: node next `llrint' in menu `matherr' and in sectioning `round' differ > ./round.def:1: warning: node `scalbn' is next for `round' in menu but not in sectioning > ./round.def:1: warning: node prev `round' in menu `rint' and in sectioning `llrint' differ > > I could of course fix that, but it is possible fix is already being done > > Andris > Have fixed it. Regards, Juan M. Guerrero