This is the mail archive of the newlib@sourceware.cygnus.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Mistake in 'mathfp/sf_sqrt.c'.



This has been checked in.  Thanks.


On 13 Mar 2000, Sergei Organov wrote:

> Hello,
> 
> Here is the diff that fixes simple mistake:
> 
> --- mathfp/sf_sqrt.c.old        Thu Feb 17 22:39:52 2000
> +++ mathfp/sf_sqrt.c    Mon Mar 13 15:11:56 2000
> @@ -94,7 +94,7 @@
>  
>  double sqrt (double x)
>  {
> -  return (double) sqrt ((float) x);
> +  return (double) sqrtf ((float) x);
>  }
>  
>  #endif /* _DOUBLE_IS_32BITS */
> 

-----
Ranjith Kumaran (ranjith@cygnus.com)
Cygnus Solutions, a Red Hat Company
416-482-2661 Ext. 303


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]