[PATCH][BZ #22244] Fix yn(n,0) without SVID wrapper

Joseph Myers joseph@codesourcery.com
Tue Oct 3 17:46:00 GMT 2017


On Tue, 3 Oct 2017, Szabolcs Nagy wrote:

> On 03/10/17 18:34, Szabolcs Nagy wrote:
> > On 03/10/17 18:28, Szabolcs Nagy wrote:
> >> Without SVID compat wrapper yn(n,0) and ynf(n,0) does not raise
> >> the divide-by-zero excpetion and it may return inf with the wrong
> >> sign for n < 0.
> >>
> >> 2017-10-03  Szabolcs Nagy  <szabolcs.nagy@arm.com>
> >>
> >> 	[BZ #22244]
> >> 	* sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Fix x == 0 case.
> >> 	* sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
> >>
> > 
> > sorry, wrong patch (this one breaks yn(n,-0))
> > 
> 
> now with fixed patch.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list