[libc-commits] [libc] [libc][math][c23] Add log2p1f16 C23 math function (PR #186754)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Wed Mar 25 05:33:42 PDT 2026
================
@@ -2215,6 +2215,17 @@ add_fp_unittest(
libc.src.math.log10p1f16
)
+add_fp_unittest(
+ log2p1f16_test
+ NEED_MPFR
+ SUITE
+ libc-math-unittests
+ SRCS
+ log2p1f16_test.cpp
+ DEPENDS
+ libc.src.math.log2p1f16
----------------
vhscampos wrote:
@shikharish If you don't get a reply in time, it's ok by me to merge the patch as is, granted you get the approval for the math logic.
https://github.com/llvm/llvm-project/pull/186754
More information about the libc-commits
mailing list