From 00d54af7c86cdcabc18c00619c229f49f4978610 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 5 Dec 2017 18:09:22 +0000 Subject: [PATCH] fix sinf(NAN) 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. * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bcc49a1dc5..15da4e7937 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-12-05 Szabolcs Nagy + + * sysdeps/ieee754/flt-32/s_sinf.c (sinf): Use isless. + 2017-12-05 Joseph Myers * stdlib/strfromd.c: Include . -- cgit 1.4.1