summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/float.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-10-06 15:57:22 +0000
committerdfr <dfr@FreeBSD.org>2001-10-06 15:57:22 +0000
commit9aa18339c5246d3f5895776f35361b9fabc420d1 (patch)
tree4b812f978e45b37ebc91d91d524b255702131605 /sys/ia64/include/float.h
parent5a104aeceb7424cba38fd73faeeebb017c08381c (diff)
downloadFreeBSD-src-9aa18339c5246d3f5895776f35361b9fabc420d1.zip
FreeBSD-src-9aa18339c5246d3f5895776f35361b9fabc420d1.tar.gz
Assume round-to-nearest mode for floating point.
Diffstat (limited to 'sys/ia64/include/float.h')
-rw-r--r--sys/ia64/include/float.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/ia64/include/float.h b/sys/ia64/include/float.h
index 0420ffb..4194819 100644
--- a/sys/ia64/include/float.h
+++ b/sys/ia64/include/float.h
@@ -39,12 +39,8 @@
#include <sys/cdefs.h>
-__BEGIN_DECLS
-int __flt_rounds __P((void));
-__END_DECLS
-
#define FLT_RADIX 2 /* b */
-#define FLT_ROUNDS __flt_rounds()
+#define FLT_ROUNDS 1 /* FP addition rounds to nearest */
#define FLT_MANT_DIG 24 /* p */
#define FLT_EPSILON 1.19209290E-07F /* b**(1-p) */
OpenPOWER on IntegriCloud