This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 0/4] alpha: fix math functions wrt recent testsuite changes
- From: Matt Turner <mattst88 at gmail dot com>
- To: Aurelien Jarno <aurelien at aurel32 dot net>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 1 Aug 2016 12:04:03 -0700
- Subject: Re: [PATCH 0/4] alpha: fix math functions wrt recent testsuite changes
- Authentication-results: sourceware.org; auth=none
- References: <1468150790-18080-1-git-send-email-aurelien@aurel32.net>
On Sun, Jul 10, 2016 at 4:39 AM, Aurelien Jarno <aurelien@aurel32.net> wrote:
> The math testsuite recently got improved with some additional tests.
> Unfortunately they they fail on alpha. This patch series aim to fix
> the corresponding math functions.
>
> Aurelien Jarno (4):
> alpha: fix ceil on sNaN input
> alpha: fix floor on sNaN input
> alpha: fix rint on sNaN input
> alpha: fix trunc for big input values
Will you please push these?