This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 8/13] AArch64: Cleanup fenv implementation


On 23 October 2014 18:35, Wilco Dijkstra <wdijkstr@arm.com> wrote:
> Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating functionality.
>
> ChangeLog:
> 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
>
>         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
>         Call libc_feholdexcept_aarch64.
>
> ---
>  sysdeps/aarch64/fpu/feholdexcpt.c | 27 ++-------------------------
>  1 file changed, 2 insertions(+), 25 deletions(-)
>
> diff --git a/sysdeps/aarch64/fpu/feholdexcpt.c b/sysdeps/aarch64/fpu/feholdexcpt.c
> index 5f67a7c..3b898d0 100644
> --- a/sysdeps/aarch64/fpu/feholdexcpt.c
> +++ b/sysdeps/aarch64/fpu/feholdexcpt.c
> @@ -16,35 +16,12 @@
>     License along with the GNU C Library; if not, see
>     <http://www.gnu.org/licenses/>.  */
>
> -#include <fenv.h>

Don't remove this header.  It provides the prototype for feholdexcept().
Otherwise OK. /Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]