Closed AaronBallman closed 3 years ago
Thanks. LGTM, but per our usual procedure, I'll leave this open for comment for a week or two.
It's been about three weeks -- are there additional concerns?
Thanks for the reminder.
Thank you for all the help on this!
C23 adds a new builtin datatype named
_BitInt
for a family of bit-precise integer types that can be either signed or unsigned. This adds a proper mangling for the datatype for implementations that provide this feature as an extension in C++ and for implementations that support overloading within C as an extension. This implements #128.