hdf5/java
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
..
lib Update java logger version (#2643) 2023-04-03 14:36:23 -07:00
src Add support for _Float16 16-bit floating point type (#4065) 2024-03-18 21:36:46 -07:00
test Add abi-complience check and upload to releases (#3996) 2024-02-08 07:58:08 -06:00
CMakeLists.txt Develop merge examples (#3851) 2023-11-27 15:30:15 -06:00
Makefile.am Add variable option syncing for examples (#3885) 2023-12-14 12:50:30 -06:00