[libc-commits] [libc] [libc][stdfix] Add abs functions for signed fixed point types. (PR #81823)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Thu Feb 15 12:47:46 PST 2024
================
@@ -55,6 +55,23 @@ def UnsignedShortType : NamedType<"unsigned short">;
// TODO: Add compatibility layer to use C23 type _Float128 if possible.
def Float128Type : NamedType<"float128">;
+// Fixed point types.
----------------
michaelrj-google wrote:
these type definitions should be in stdc_ext.td
https://github.com/llvm/llvm-project/pull/81823
More information about the libc-commits
mailing list