diff --git a/abi.html b/abi.html index 6a0efab..dc4df93 100644 --- a/abi.html +++ b/abi.html @@ -5763,6 +5763,10 @@
5.1.6.1 Literals
high-order bytes first. For example: "Lf bf800000 E" is -1.0f on platforms conforming to IEEE 754. + +
  <float> ::= <0-9a-f>+
+
+

The encoding for a literal of an enumerated type is the encoding of the type name followed by the encoding of the numeric value of the literal