[PATCH] fix sinf(NAN)
Szabolcs Nagy
szabolcs.nagy@arm.com
Tue Dec 5 18:05:00 GMT 2017
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sinf.diff
Type: text/x-patch
Size: 870 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20171205/f7fd8763/attachment.bin>
More information about the Libc-alpha
mailing list