diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-08 19:37:43 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-08 19:37:43 (GMT) |
commit | a949d226d836d1fb1a07fa6c748f137e21d73d28 (patch) | |
tree | 7908cf202a4153a09d7a76ebf238eb85223e04ed /release_docs | |
parent | 4a998f8a8655b3ea59054a20cb1fcc11fedd868c (diff) | |
download | hdf5-a949d226d836d1fb1a07fa6c748f137e21d73d28.zip hdf5-a949d226d836d1fb1a07fa6c748f137e21d73d28.tar.gz hdf5-a949d226d836d1fb1a07fa6c748f137e21d73d28.tar.bz2 |
[svn-r11374] Purpose: Maintenance/improvement
Description: Added support for "big" REAL and DOUBLE PRECISION types.
Solution:
Platforms tested: heping with g95 (-r8, -d8)
mir with ifc (-r16, -r8)
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f0b37eb..d05e98d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -293,6 +293,11 @@ New Features for example, -i8 flag for PGI and Absoft Fortran compilers, -qintsize=8 flag for IBM xlf compiler). EIP 2005/06/20 + - added support for "big" REAL and DOUBLE PRECISION types + (usually the size is specified by compilers flags like + -r8, -r16, etc.) + Known problem: multi file test fails when REAL is 16 bytes. + EIP 2005/09/8 C++ Library: ---------------- |