[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)
via libc-commits
libc-commits at lists.llvm.org
Fri Feb 9 09:33:53 PST 2024
lntue wrote:
> Is there some way to make it more explicit in our source filesystem layout that stdfix.h is not part of the standard library, but is instead an extension?
>
> Could we have an extensions directory where we keep our extensions neatly separated from the rest of the standardized standard library?
Moved them to `stdc_ext.td` instead.
https://github.com/llvm/llvm-project/pull/81255
More information about the libc-commits
mailing list