[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 11:11:51 PST 2025


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

done.

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


More information about the libc-commits mailing list