[libc-commits] [libc] [libc][stdfix] Add abs functions for signed fixed point types. (PR #81823)
via libc-commits
libc-commits at lists.llvm.org
Thu Feb 15 14:55:23 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.
----------------
lntue wrote:
Done.
https://github.com/llvm/llvm-project/pull/81823
More information about the libc-commits
mailing list