diff options
Diffstat (limited to 'config/irix5.x')
-rw-r--r-- | config/irix5.x | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/irix5.x b/config/irix5.x index 77b35c8..810b221 100644 --- a/config/irix5.x +++ b/config/irix5.x @@ -53,7 +53,7 @@ esac # value conversion are broken by the compilers (as of 4/27/04 - QAK) hdf5_cv_sw_ulong_to_fp_bottom_bit_works=${hdf5_cv_sw_ulong_to_fp_bottom_bit_works='no'} -# Set flag to avoid conversion between 'long double' and integers because of +# Set flags to avoid conversion between 'long double' and integers because of # SGI's compiler problems. For both IRIX64 6.5 and IRIX 6.5, the compilers # have the following problems, # long double -> signed char : incorrect rounding @@ -67,3 +67,4 @@ hdf5_cv_sw_ulong_to_fp_bottom_bit_works=${hdf5_cv_sw_ulong_to_fp_bottom_bit_work # unsigned long or long long -> long double : correct value but incorrect bit pattern # (1/5/05 - SLU) hdf5_cv_sw_ldouble_to_int_works=${hdf5_cv_sw_ldouble_to_int_works='no'} +hdf5_cv_sw_integer_to_ldouble_works=${hdf5_cv_sw_integer_to_ldouble_works='no'} |