diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-10 22:16:14 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2005-02-10 22:16:14 (GMT) |
commit | 39e11427c5845a9520e63e760ca5cc9fe62d98d6 (patch) | |
tree | 208d11f700d6a6bd3e432b6aa61892f7d96a7da7 /release_docs | |
parent | 33d0a6838d2745759942ce6e2a8e66bdc76afb46 (diff) | |
download | hdf5-39e11427c5845a9520e63e760ca5cc9fe62d98d6.zip hdf5-39e11427c5845a9520e63e760ca5cc9fe62d98d6.tar.gz hdf5-39e11427c5845a9520e63e760ca5cc9fe62d98d6.tar.bz2 |
[svn-r9983] Purpose: New Feature
Description: Support of hardware conversion between "long double" and integers(mainly in
H5Tconv.c) and test cases for it(mainly in dtypes.c)
Platforms tested: h5committest and fuss
Misc. update: RELEASE.txt
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c352c7c..f65a645 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,6 +36,8 @@ New Features Configuration: -------------- + - Hardware conversion between long double and integers is also added. + SLU 2005/02/10 - Started to support software conversion between long double and integers. Hardware conversion will come very soon. SLU - 2005/1/6 - Intel v8.0 compiler would infinite loop when compiling some test |