hdf5/tools/test/h5ls
jhendersonHDF 330b80a266
Add support for _Float16 16-bit floating point type (#4065)
Fixed some conversion issues with Clang due to problematic undefined
behavior when casting a negative floating-point value to an integer

Fixed a bug in the library's software integer to floating-point
conversion function where a user's conversion exception function
returning H5T_CONV_UNHANDLED in the case of overflows would result in
incorrect data after conversion

Added configure checks for functions and macros related to _Float16
usage since some compilers expose the datatype but not the functions or
macros

Fixed a dt_arith test failure when H5_WANT_DCONV_EXCEPTION isn't defined

Fixed a few warnings from not explicitly casting some _Float16 variables
upwards
2024-03-18 21:36:46 -07:00
..
errfiles
expected Add support for _Float16 16-bit floating point type (#4065) 2024-03-18 21:36:46 -07:00
testfiles
vds_prefix
CMakeLists.txt
CMakeTests.cmake Add support for _Float16 16-bit floating point type (#4065) 2024-03-18 21:36:46 -07:00
CMakeTestsVDS.cmake Rename incorrectly named option (#4067) 2024-03-05 09:07:16 -08:00
dynlib_ls.c
h5ls_plugin.sh.in Test scripts now execute in-source with creation of tmp dir (#3723) 2023-10-20 10:57:09 -07:00
Makefile.am
testh5ls.sh.in Add support for _Float16 16-bit floating point type (#4065) 2024-03-18 21:36:46 -07:00
testh5lsvds.sh.in Test scripts now execute in-source with creation of tmp dir (#3723) 2023-10-20 10:57:09 -07:00