From f1226a2ae370b1412b5e31a8535ad58a9174dd0a Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 9 Oct 2015 22:23:39 +0000 Subject: Fix llrint, llround missing exceptions for ARM (bug 15470). Similar to the recent fix for MIPS, ARM is also missing correct exceptions on overflow from llrint and llround functions because casts from floating-point types to long long do not result in correct exceptions on overflow. This patch enables the fix for this for ARM. Tested for ARM. [BZ #15470] * sysdeps/arm/fix-fp-int-convert-overflow.h: New file. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1e9a477895..3026cd6f43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-10-09 Joseph Myers + [BZ #15470] + * sysdeps/arm/fix-fp-int-convert-overflow.h: New file. + [BZ #16399] * sysdeps/generic/fix-fp-int-convert-overflow.h: New file. * sysdeps/ieee754/dbl-64/s_llrint.c: Include , -- cgit v1.2.3