summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5Tpkg.h8
-rw-r--r--src/H5config.h.in3
2 files changed, 4 insertions, 7 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index bd37829..39791e0 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -179,7 +179,7 @@
/* Define an internal macro for converting long double to all integers. SGI compilers give some incorrect
* conversions. HP-UX 11.00 compiler generates floating exception. */
-#if (H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_ACCURATE && H5_LDOUBLE_TO_INTEGER_WORKS) || \
+#if (H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_WORKS) || \
(!H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_WORKS)
#define H5T_CONV_INTERNAL_LDOUBLE_INTEGER 1
#endif
@@ -187,7 +187,7 @@
/* 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_INTEGER_ACCURATE && H5_LDOUBLE_TO_UINT_ACCURATE && \
+#if (H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_UINT_ACCURATE && \
H5_LDOUBLE_TO_INTEGER_WORKS) || (!H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_WORKS)
#define H5T_CONV_INTERNAL_LDOUBLE_UINT 1
#endif
@@ -201,7 +201,7 @@
/* Define an internal macro for converting long double to long long. SGI compilers give some incorrect
* conversions. Mac OS 10.4 gives incorrect conversions. HP-UX 11.00 compiler generates floating exception.
* 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_LDOUBLE_TO_INTEGER_ACCURATE && \
+#if (H5_WANT_DATA_ACCURACY && !defined(H5_HW_FP_TO_LLONG_NOT_WORKS) && \
H5_LDOUBLE_TO_INTEGER_WORKS && defined(H5_LDOUBLE_TO_LLONG_ACCURATE)) || \
(!H5_WANT_DATA_ACCURACY && !defined(H5_HW_FP_TO_LLONG_NOT_WORKS) && H5_LDOUBLE_TO_INTEGER_WORKS)
#define H5T_CONV_INTERNAL_LDOUBLE_LLONG 1
@@ -220,7 +220,7 @@
/* Define an internal macro for converting long double to unsigned long long. SGI compilers give some
* incorrect conversions. Mac OS 10.4 gives incorrect conversions. HP-UX 11.00 compiler generates
* floating exception. */
-#if (H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_ACCURATE && H5_LDOUBLE_TO_INTEGER_WORKS && \
+#if (H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_WORKS && \
H5_FP_TO_ULLONG_ACCURATE && defined(H5_FP_TO_ULLONG_RIGHT_MAXIMUM) && defined(H5_LDOUBLE_TO_LLONG_ACCURATE)) || \
(!H5_WANT_DATA_ACCURACY && H5_LDOUBLE_TO_INTEGER_WORKS)
#define H5T_CONV_INTERNAL_LDOUBLE_ULLONG 1
diff --git a/src/H5config.h.in b/src/H5config.h.in
index a2fa0ad..d9aef37 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -386,9 +386,6 @@
values. */
#undef INTEGER_TO_LDOUBLE_ACCURATE
-/* Define if your system can convert long double to integers accurately. */
-#undef LDOUBLE_TO_INTEGER_ACCURATE
-
/* Define if your system can convert from long double to integer values. */
#undef LDOUBLE_TO_INTEGER_WORKS
_1_10_11'>hdf5_1_10_11Create 11011 tarball (#3596)Larry Knox11 months hdf5_1_10_9Remove duplicate line from README.md.Larry Knox2 years hdf5_1_12Adjust some CMake settings (#3828)Allen Byrne10 months hdf5_1_12_2HDF5 1.12.2 release created April 19, 2022.Larry Knox2 years hdf5_1_12_3Hdf5 1 12 3 release (#3833)Larry Knox10 months hdf5_1_13_2Update READMERE.md and RELEASE.txt with release date.Larry Knox2 years hdf5_1_13_3Hdf5 1 13 3 - RELEASE.txt updates (#2203)Larry Knox22 months hdf5_1_14Fix typo/stray character in cmake-ctest.yml (#4128)Larry Knox6 months hdf5_1_14_0Commit release date.Larry Knox20 months hdf5_1_14_1Hdf5 1 14 1-2 release for autoconf 2.71 generated files (#2945)Larry Knox16 months hdf5_1_14_2Update release - fix bug and update date (#3380)Larry Knox13 months hdf5_1_14_3Release updates (#3792)Larry Knox10 months hdf5_1_6Merge pull request #1730 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_6 to hdf...Scot Breitenfeld5 years hdf5_1_8Correct script for 3.12 and update HPC process (#2435)Allen Byrne19 months hdf5_1_8_23Update release date in RELEASE.txt (#2440)Larry Knox19 months inactive/110_HDFFV-10808-h5pset_file_space_strategyMerge pull request #1795 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne5 years inactive/H5Ocompare[svn-r22275] Clear up examples vs applications instances and add minimum file.Allen Byrne12 years inactive/NPOESS[svn-r17496] Fixed obvious error : changed talign.c to talign on TEST_PROG as...Allen Byrne15 years inactive/aio_vfd[svn-r22505] Comment out create file that fail with the new/PGI compiler unti...Larry Knox12 years inactive/avoid_truncate[svn-r28002] merge from trunk.Mohamad Chaarawi9 years inactive/cu_devMerge branch 'develop' into cu_devJohn Ravi4 years inactive/develop_subfilingAdded skeletal version of H5FDsubfiling.c and H5FDsubfiling.h.mainzer4 years inactive/develop_subfiling_v1Changed the usleep parameters based on whether the MPI rank hosts an IO Conce...Richard Warren4 years inactive/direct_io_2[svn-r26017] Added BRANCH.txt.Dana Robinson10 years inactive/h5ocompare[svn-r19890] Add initial implementation for H5Ocompare and usage in h5diff. ...Neil Fortner14 years inactive/hdf5_daosmFix uninitialized return value bugs.Neil Fortner7 years inactive/hdf5_ffadded *ff* files dependencyScot Breitenfeld8 years inactive/hdf5_ff_compactor[svn-r24100] minor fix while creating a memory datatype for native writesVishwanath Venkatesan11 years inactive/hdf5_radosMerge pull request #1585 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_rados to ...Dana Robinson6 years inactive/jpeg_converter[svn-r15458] Purpose: Modify the library to take the proper action when files...Neil Fortner16 years inactive/json_volMerge pull request #1633 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:feature/json_v...Dana Robinson5 years inactive/json_vol_oldcleanup, commentingFrank Willmore7 years inactive/mdc_sl_optMinor copy edits to comments -- no code changes.mainzer4 years inactive/mds[svn-r23487] use the core driver at the server side for the metadata fileMohamad Chaarawi11 years inactive/merge_metadata_journaling[svn-r24779] Description:Quincey Koziol11 years inactive/metadata_journaling[svn-r22480] Description:Quincey Koziol12 years inactive/modify_dtype_filter[svn-r15820] Added a design document describing the design details for the fi...Raymond Lu16 years inactive/multi_rd_wd_coll_io[svn-r29709] another merge from trunk.Mohamad Chaarawi8 years inactive/multi_rd_wd_coll_io_mergeMerge pull request #837 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:multi_rd_wd_coll_...Larry Knox7 years inactive/null_vfd[svn-r22705] Updated the failure behavior of inner driver calls. Expanded the...Jacob Gruber12 years inactive/parallel_vdsSome fixes from Neil plus changes talked about in our last code reviewRichard Warren6 years inactive/parallel_vds_developMerge branch 'develop' into parallel_vds_developM. Scot Breitenfeld5 years inactive/parallel_vds_testingAdd two(2) new parallel VDS tests, the VDS merge code for Neil, and a few edi...Richard Warren7 years inactive/phdf5_metadata_opt[svn-r29080] merge from trunk.Mohamad Chaarawi9 years inactive/post_open_fixAdded a BRANCH.md fileDana Robinson2 years inactive/rados_volMerge pull request #1641 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:feature/rados_...Dana Robinson5 years inactive/selection_ioMerge pull request #1531 from fortnern/selection_ioNeil Fortner2 years inactive/selection_io_with_subfiling_vfdspelling corrections (#1382)Scot Breitenfeld3 years inactive/trunk_merge_coverity[svn-r23698] Description:Quincey Koziol11 years loricooperhdf-patch-1Updated help desk URLLori Cooper9 months metadata_cache_macro_cleanupremove obsolete SZIP find module (#2901)Allen Byrne16 months ossf-scorecardCreate scorecard.ymlDana Robinson12 months pr_484Committing clang-format changesgithub-actions3 years reduce-h5f-duplicationInstead of duplicating H5F_shared_block_write() and _read() wholesale inDavid Young5 years sel_io_chunk_cacheCommitting clang-format changesgithub-actions9 months shell_scriptRemove unneeded/duplicated filesJordan Henderson11 months zzz-gitlab-ciRun test without submitting to CDash.Larry Knox4 years