[libc-commits] [libc] [libc] Added type-generic macros for fixed-point functions (PR #129371)

via libc-commits libc-commits at lists.llvm.org
Wed Mar 5 19:46:23 PST 2025


================
@@ -323,6 +323,45 @@
 #define ULACCUM_EPSILON 0x1.0p-32ULK
 #endif // ULACCUM_EPSILON
 
+#define absfx(x)                                                               \
----------------
lntue wrote:

Can you run clang-format on this file?  I suspect it will re-align the ending `\`

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


More information about the libc-commits mailing list