[libc-commits] [libc] [libc][stdfix] Generate stdfix.h header with fixed point precision macros according to N1169 standard, and add fixed point type support detection. (PR #81255)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Feb 12 12:27:25 PST 2024


https://github.com/nickdesaulniers commented:

Perhaps we should add some kind of documentation that we support this, though it is just an extension as it hasn't been ratified. We should also document what our policy is wrt support for such extensions.  For instance, we should reserve the right to remove this header and break the ABI for this (for instance, in case this does ultimately get accepted, though with changes).

https://github.com/llvm/llvm-project/pull/81255


More information about the libc-commits mailing list