summaryrefslogtreecommitdiffstats
path: root/src/H5Tmodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Tmodule.h')
-rw-r--r--src/H5Tmodule.h19
1 files changed, 14 insertions, 5 deletions
diff --git a/src/H5Tmodule.h b/src/H5Tmodule.h
index f1b7b17..35e748b 100644
--- a/src/H5Tmodule.h
+++ b/src/H5Tmodule.h
@@ -712,6 +712,14 @@
* </tr>
* <tr>
* <td>
+ * #H5T_NATIVE_FLOAT16
+ * </td>
+ * <td span='3'>
+ * _Float16
+ * </td>
+ * </tr>
+ * <tr>
+ * <td>
* #H5T_NATIVE_FLOAT
* </td>
* <td span='3'>
@@ -3732,8 +3740,8 @@ filled according to the value of this property. The padding can be:
* datatypes.
*
* The currently supported text format used by #H5LTtext_to_dtype and #H5LTdtype_to_text is the
- * data description language (DDL) and conforms to the \ref DDLBNF110. The portion of the
- * \ref DDLBNF110 that defines HDF5 datatypes appears below.
+ * data description language (DDL) and conforms to the \ref DDLBNF114. The portion of the
+ * \ref DDLBNF114 that defines HDF5 datatypes appears below.
* <em>The definition of HDF5 datatypes from the HDF5 DDL</em>
* \code
* <datatype> ::= <atomic_type> | <compound_type> | <variable_length_type> | <array_type>
@@ -3753,10 +3761,11 @@ filled according to the value of this property. The padding can be:
* H5T_NATIVE_INT | H5T_NATIVE_UINT |
* H5T_NATIVE_LONG | H5T_NATIVE_ULONG |
* H5T_NATIVE_LLONG | H5T_NATIVE_ULLONG
- * <float> ::= H5T_IEEE_F32BE | H5T_IEEE_F32LE |
+ * <float> ::= H5T_IEEE_F16BE | H5T_IEEE_F16LE |
+ * H5T_IEEE_F32BE | H5T_IEEE_F32LE |
* H5T_IEEE_F64BE | H5T_IEEE_F64LE |
- * H5T_NATIVE_FLOAT | H5T_NATIVE_DOUBLE |
- * H5T_NATIVE_LDOUBLE
+ * H5T_NATIVE_FLOAT16 | H5T_NATIVE_FLOAT |
+ * H5T_NATIVE_DOUBLE | H5T_NATIVE_LDOUBLE
* <time> ::= H5T_TIME: not yet implemented
* <string> ::= H5T_STRING {
* STRSIZE <strsize> ;