This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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]

[PATCH 2/4] alpha: Use dbl-64/wordsize-64


---
 ChangeLog.alpha       |    2 ++
 sysdeps/alpha/Implies |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index 44ffdc7..e327242 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,5 +1,7 @@
 2012-05-30  Richard Henderson  <rth@twiddle.net>
 
+	* sysdeps/alpha/Implies: Include ieee754/dbl-64/wordsize-64.
+
 	* sysdeps/alpha/alphaev6/fpu/e_sqrt.S: Use dynamic rounding.
 	* sysdeps/alpha/alphaev6/fpu/e_sqrtf.S: Likewise.
 	* sysdeps/alpha/fpu/math_private.h (__ieee754_sqrt): New.
diff --git a/sysdeps/alpha/Implies b/sysdeps/alpha/Implies
index 18c3590..d03783b 100644
--- a/sysdeps/alpha/Implies
+++ b/sysdeps/alpha/Implies
@@ -1,6 +1,7 @@
 wordsize-64
 # Alpha uses IEEE 754 single, double and quad precision floating point.
 ieee754/ldbl-128
+ieee754/dbl-64/wordsize-64
 ieee754/dbl-64
 ieee754/flt-32
 alpha/soft-fp
-- 
1.7.7.6


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