Skip to content

Commit 2f4326a

Browse files
committed
Add a mangling for the _BitInt datatype from C23.
1 parent f0e63ac commit 2f4326a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

abi.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5014,6 +5014,10 @@ <h5><a href="#mangling-builtin">5.1.5.2 Builtin types</a></h5>
50145014
::= Df # IEEE 754r decimal floating point (32 bits)
50155015
::= Dh # IEEE 754r half-precision floating point (16 bits)
50165016
::= DF &lt;<a href="#mangle.number">number</a>&gt; _ # ISO/IEC TS 18661 binary floating point type _FloatN (N bits)
5017+
::= DB &lt;<a href="#mangle.number">number</a>&gt; _ # signed _BitInt(N)
5018+
::= DB &lt;<a href="#mangle.template-args">template-args</a>&gt; _ # signed _BitInt(N)
5019+
::= DU &lt;<a href="#mangle.number">number</a>&gt; _ # unsigned _BitInt(N)
5020+
::= DU &lt;<a href="#mangle.template-args">template-args</a>&gt; _ # unsigned _BitInt(N)
50175021
::= Di # char32_t
50185022
::= Ds # char16_t
50195023
::= Du # char8_t

0 commit comments

Comments
 (0)