Add NEWSLETTER item about _Float16 support (#4197)

This commit is contained in:
jhendersonHDF 2024-03-20 16:44:54 -05:00 committed by GitHub
parent e9f0464352
commit 2d09c77325
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,10 @@
* Added support for _Float16 16-bit floating-point datatype
Support for the 16-bit floating-point _Float16 C type has been added to
HDF5. On platforms where this type is available, this can enable more
efficient storage of floating-point data when an application doesn't
need the precision of larger floating-point datatypes. It can also allow
for improved performance when converting between 16-bit floating-point
data and data of another HDF5 datatype.
(GitHub #4065, #2154)