Skip to content

Commit

Permalink
Merge pull request #183 from zygoloid/float-mangle-grammar
Browse files Browse the repository at this point in the history
Add missing grammar rule for `<float>`
  • Loading branch information
rjmccall authored Aug 29, 2024
2 parents 07427ac + c112371 commit 0699c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions abi.html
Original file line number Diff line number Diff line change
Expand Up @@ -5763,6 +5763,10 @@ <h5><a href="#mangling.literal">5.1.6.1 Literals</a></h5>
high-order bytes first. For example: "Lf bf800000 E" is -1.0f on
platforms conforming to IEEE 754.

<a name="mangle.float">
<pre><font color=blue><code> &lt;float&gt; ::= &lt;<i>0-9a-f</i>&gt;+
</pre></code></font>

<p>
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
Expand Down

0 comments on commit 0699c6b

Please sign in to comment.