This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 10/13] AArch64: Cleanup fenv implementation
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Wilco Dijkstra <wdijkstr at arm dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Fri, 24 Oct 2014 10:19:03 +0100
- Subject: Re: [PATCH 10/13] AArch64: Cleanup fenv implementation
- Authentication-results: sourceware.org; auth=none
- References: <001401cfeee7$d09d4ea0$71d7ebe0$ at com>
On 23 October 2014 18:36, Wilco Dijkstra <wdijkstr@arm.com> wrote:
> Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating functionality.
>
> ChangeLog:
> 2014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
>
> * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
> Call libc_fetestexcept_aarch64.
>
> -#include <fenv.h>
Don't drop this header, it provides the prototype for
fegetexceptflag(). Otherwise OK.
/Marcus