[libc-commits] [libc] [libc][math][c23] Add acoshf16 C23 math function. (PR #130588)

via libc-commits libc-commits at lists.llvm.org
Sat Mar 22 11:20:32 PDT 2025


================
@@ -3944,6 +3944,26 @@ add_entrypoint_object(
     libc.src.__support.macros.optimization
 )
 
+add_entrypoint_object(
+  acoshf16
+  SRCS
+    acoshf16.cpp
+  HDRS
+    ../acoshf16.h
+  DEPENDS
+    .explogxf
+    libc.hdr.errno_macros
+    libc.hdr.fenv_macros
+    libc.src.__support.FPUtil.cast
+    libc.src.__support.FPUtil.fenv_impl
----------------
overmighty wrote:

Right, because except_value_utils.h wasn't included back then, and there was no reason for it to be: https://github.com/llvm/llvm-project/blob/2c140519f3f4f89fbc254f4300e2b319495077f3/libc/src/math/generic/acoshf16.cpp.

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


More information about the libc-commits mailing list