diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 21:46:56 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-20 21:46:56 (GMT) |
commit | 4f18b095d8cdd5c75cabe76f68c452984523c5f6 (patch) | |
tree | f2436e1fecd5e8ee651885a9fb685bb419909c83 /config/cmake/ConfigureChecks.cmake | |
parent | 57393bc0483fe164d3c44129ff786e1333406ce2 (diff) | |
download | hdf5-4f18b095d8cdd5c75cabe76f68c452984523c5f6.zip hdf5-4f18b095d8cdd5c75cabe76f68c452984523c5f6.tar.gz hdf5-4f18b095d8cdd5c75cabe76f68c452984523c5f6.tar.bz2 |
[svn-r26511] Description:
Remove the FP_TO_INTEGER_OVERFLOW_WORKS macro/define, which is for working
around bugs in the Cray X1 compiler and is no longer supported.
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
Diffstat (limited to 'config/cmake/ConfigureChecks.cmake')
-rw-r--r-- | config/cmake/ConfigureChecks.cmake | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index f8bcf91..ce86dac 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -252,14 +252,6 @@ ENDMACRO (H5MiscConversionTest) #----------------------------------------------------------------------------- # ---------------------------------------------------------------------- -# Set the flag to indicate that the machine can handle overflow converting -# all floating-point to all integer types. -# (This flag should be set for all machines, except for Cray X1 where -# floating exception is generated when the floating-point value is greater -# than the maximal integer value). -# -H5ConversionTests (H5_FP_TO_INTEGER_OVERFLOW_WORKS "Checking IF overflows normally converting floating-point to integer values") -# ---------------------------------------------------------------------- # Set the flag to indicate that the machine is using a special algorithm to convert # 'long double' to '(unsigned) long' values. (This flag should only be set for # the IBM Power6 Linux. When the bit sequence of long double is |