Skip to content

Commit c861065

Browse files
jicamajakubjelinek
andauthored
Update abi.html
Co-authored-by: Jakub Jelínek <[email protected]>
1 parent eead07e commit c861065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

abi.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5127,7 +5127,7 @@ <h5><a href="#mangling-builtin">5.1.5.2 Builtin types</a></h5>
51275127
::= Dh # IEEE 754r half-precision floating point (16 bits)
51285128
::= DF &lt;<a href="#mangle.number">number</a>&gt; _ # ISO/IEC TS 18661 binary floating point type _FloatN (N bits), C++23 std::floatN_t
51295129
::= DF &lt;<a href="#mangle.number">number</a>&gt; x # IEEE extended precision formats, C23 _FloatNx (N bits)
5130-
::= DFb16_ # C++23 std::bfloat16_t
5130+
::= DF16b # C++23 std::bfloat16_t
51315131
::= DB &lt;<a href="#mangle.number">number</a>&gt; _ # C23 signed _BitInt(N)
51325132
::= DB &lt;<i>instantiation-dependent</i> <a href="#mangle.expression">expression</a>&gt; _ # C23 signed _BitInt(N)
51335133
::= DU &lt;<a href="#mangle.number">number</a>&gt; _ # C23 unsigned _BitInt(N)

0 commit comments

Comments
 (0)