diff options
Diffstat (limited to 'config/unicos10.0.X')
-rw-r--r-- | config/unicos10.0.X | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/unicos10.0.X b/config/unicos10.0.X index 43c1bd9..2a7a944 100644 --- a/config/unicos10.0.X +++ b/config/unicos10.0.X @@ -136,3 +136,7 @@ ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} # long'. For instance, if the format would be `%lld' then set it to # `ll' or if the format would be `%qd' set it to `q'. #hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} + +# Hard set the flag to indicate that converting denormalized floating-point +# values doesn't work. +hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} |