forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NEWSLETTER item about _Float16 support (HDFGroup#4197)
- Loading branch information
1 parent
66251eb
commit 172dd56
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |