[libc-commits] [libc] [libc] Added type-generic macros for fixed-point functions (PR #129371)
Ishaan Verma via libc-commits
libc-commits at lists.llvm.org
Thu Mar 6 05:28:21 PST 2025
================
@@ -323,6 +323,45 @@
#define ULACCUM_EPSILON 0x1.0p-32ULK
#endif // ULACCUM_EPSILON
+#define absfx(x) \
----------------
lazyprop wrote:
i thought i did run `git clang-format HEAD~1` as specified in the contribution guidelines. anyway, i've run clang-format on the file manually in the new commit
https://github.com/llvm/llvm-project/pull/129371
More information about the libc-commits
mailing list