Enable fenv support for arm.

This commit is contained in:
matt 2013-04-28 21:07:36 +00:00
parent bc08020c0d
commit 0b64d3196d

View File

@ -1,4 +1,4 @@
/* $NetBSD: fenv.h,v 1.8 2013/04/27 21:35:25 joerg Exp $ */
/* $NetBSD: fenv.h,v 1.9 2013/04/28 21:07:36 matt Exp $ */
/*
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@ -25,7 +25,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#if !defined(__i386__) && !defined(__amd64__) && !defined(__sparc__)
#if !defined(__arm__) && !defined(__i386__) \
&& !defined(__sparc__) && !defined(__x86_64__)
#error "fenv.h is currently not supported for this architecture"
#endif