This is the mail archive of the newlib@sourceware.org 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]
Other format: [Raw text]

Re: [patch] Minor nit in complex/cargf.c


On Nov 26 09:09, Ralf Corsepius wrote:
> Hi,
> 
> The patch below addresses a minor nit in cargf.c: It currently
> applies creal() (a double function) to compute the real part of a
> complex float.
> 
> The patch below replaces this call by a call to crealf() (a complex
> float function).
> 
> Ralf

> 2010-11-25	Ralf Cors??pius <ralf.corsepius@rtems.org>
> 
> 	* libm/complex/cargf.c: Use crealf instead of creal.

Thanks, applied.


Corinna

-- 
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat


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