Skip to content

Commit c70731f

Browse files
authored
Merge pull request #147 from jicama/main
Add mangling for _FloatNx and bfloat16_t
2 parents e86a4cd + c861065 commit c70731f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

abi.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5155,7 +5155,9 @@ <h5><a href="#mangling-builtin">5.1.5.2 Builtin types</a></h5>
51555155
::= De # IEEE 754r decimal floating point (128 bits)
51565156
::= Df # IEEE 754r decimal floating point (32 bits)
51575157
::= Dh # IEEE 754r half-precision floating point (16 bits)
5158-
::= DF &lt;<a href="#mangle.number">number</a>&gt; _ # ISO/IEC TS 18661 binary floating point type _FloatN (N bits)
5158+
::= 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
5159+
::= DF &lt;<a href="#mangle.number">number</a>&gt; x # IEEE extended precision formats, C23 _FloatNx (N bits)
5160+
::= DF16b # C++23 std::bfloat16_t
51595161
::= DB &lt;<a href="#mangle.number">number</a>&gt; _ # C23 signed _BitInt(N)
51605162
::= DB &lt;<i>instantiation-dependent</i> <a href="#mangle.expression">expression</a>&gt; _ # C23 signed _BitInt(N)
51615163
::= DU &lt;<a href="#mangle.number">number</a>&gt; _ # C23 unsigned _BitInt(N)

0 commit comments

Comments
 (0)