This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Remove alpha specific fmax, fmin to fix sNaN handling [BZ #20947]
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Aurelien Jarno <aurelien at aurel32 dot net>
- Cc: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, <libc-alpha at sourceware dot org>
- Date: Mon, 1 Jan 2018 15:06:55 +0000
- Subject: Re: [PATCH] Remove alpha specific fmax, fmin to fix sNaN handling [BZ #20947]
- Authentication-results: sourceware.org; auth=none
- References: <20171231163825.9768-1-aurelien@aurel32.net> <7f8e7304-a9b0-9925-62bd-b916a10a4a98@linaro.org> <20180101150041.GB4216@aurel32.net>
On Mon, 1 Jan 2018, Aurelien Jarno wrote:
> Thanks for the review. ceil and floor have already been fixed in commits
> 062e53c195 and 65cc568cf5. What is left are many issues with the
> exceptions, mostly "Inexact" ones, but they are more difficult to fix.
If you have missing "inexact" for functions that require it to be raised,
building those particular functions with -mieee-with-inexact (which some
functions and tests already use) would be appropriate.
--
Joseph S. Myers
joseph@codesourcery.com