summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-10 02:52:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-10 02:52:47 (GMT)
commitad8c586c59994ff2ceafeaaec48f7a7f094e6b6f (patch)
tree6b3aea8d327a529d5377d5a9215188f6aac66266 /release_docs/RELEASE.txt
parent67bc86740e4c4da6a5e8af642e867af448d9c2da (diff)
downloadhdf5-ad8c586c59994ff2ceafeaaec48f7a7f094e6b6f.zip
hdf5-ad8c586c59994ff2ceafeaaec48f7a7f094e6b6f.tar.gz
hdf5-ad8c586c59994ff2ceafeaaec48f7a7f094e6b6f.tar.bz2
[svn-r27733] Merge of r26602 from trunk
Remove the H5_SW_ULONG_TO_FP_BOTTOM_BIT_WORKS and H5_FP_TO_ULLONG_BOTTOM_BIT_WORKS macros/defines, as they are no longer used by supported platforms. Tested on: jam (has baked in the trunk for over 6 months)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d8b8eed..076daf1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -103,6 +103,7 @@ New Features
nec-superux14.1
sv1-cray
x86_64-redstorm-linux-gnu
+ powerpc-ibm-aix5.x
As a part of this work, a few lines that deal with locating the
sys/fpu.h header on SGI machines and some OSF/1 configure lines
@@ -119,6 +120,20 @@ New Features
(DER - 2015/09/09 HDFFV-9191)
+ - Removed the H5_SW_ULONG_TO_FP_BOTTOM_BIT_WORKS and
+ H5_FP_TO_ULLONG_BOTTOM_BIT_WORKS symbols and associated code.
+
+ H5_SW_ULONG_TO_FP_BOTTOM_BIT_WORKS was a work-around on old 64-bit
+ SGI and Solaris systems.
+
+ H5_FP_TO_ULLONG_BOTTOM_BIT_WORKS was a work-around for old PGI
+ compilers on Linux.
+
+ Neither of these were used in any current library code and only appeared
+ in the dt_arith test.
+
+ (DER - 2015/09/09 HDFFV-9187)
+
Library
-------