diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 22:11:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 22:11:19 (GMT) |
commit | c622cc7b38791567a6e41d147121a76a20837e96 (patch) | |
tree | e6e93907418d53802e35bcb0d1ae1d3c1cd39b71 /src/H5Tpkg.h | |
parent | 451a91e53bdc0f930c2acf382d14a5e2fd9cb2d9 (diff) | |
download | hdf5-c622cc7b38791567a6e41d147121a76a20837e96.zip hdf5-c622cc7b38791567a6e41d147121a76a20837e96.tar.gz hdf5-c622cc7b38791567a6e41d147121a76a20837e96.tar.bz2 |
[svn-r26595] Description:
Bring r26494 from autotools_rework branch back to trunk:
Remove the LDOUBLE_TO_UINT_ACCURATE macro/define, it was addressing
problems with older Intel compilers on Linux that are no longer supported.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch for several days)
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r-- | src/H5Tpkg.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h index 71ede65..a4f8b8c 100644 --- a/src/H5Tpkg.h +++ b/src/H5Tpkg.h @@ -149,14 +149,6 @@ #define H5T_CONV_INTERNAL_ULLONG_LDOUBLE 1 #endif -/* Define an internal macro for converting long double to unsigned int. SGI compilers give some incorrect - * conversions. HP-UX 11.00 compiler generates floating exception. Some Intel compilers on some Linux - * give incorrect values. */ -#if (H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_UINT_ACCURATE) \ - || (!H5_WANT_DATA_ACCURACY) -#define H5T_CONV_INTERNAL_LDOUBLE_UINT 1 -#endif - /* Define an internal macro for converting floating numbers to long long. The hard conversion on Windows * .NET 2003 has a bug and gives wrong exception value. */ #if (H5_WANT_DATA_ACCURACY && !defined(H5_HW_FP_TO_LLONG_NOT_WORKS)) || (!H5_WANT_DATA_ACCURACY) |