This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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] fix sinf(NAN)


On Tue, 5 Dec 2017, Szabolcs Nagy wrote:

> sinf(NAN) should not signal invalid fp exception
> so use isless instead of < where NAN is compared.
> 
> this makes the sinf tests pass on aarch64.
> 
> 2017-12-05  Szabolcs Nagy  <szabolcs.nagy@arm.com>
> 
> 	* sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com


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