[libc-commits] [libc] [llvm] [libc][math][c23] Add atan2f16 function (PR #183531)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Mon Mar 2 10:05:20 PST 2026


================
@@ -259,6 +245,20 @@ add_header_library(
     libc.src.__support.macros.optimization
 )
 
+add_header_library(
+  atan2f16
+  HDRS
+    atan2f16.h
+  DEPENDS
+    .inv_trigf_utils
+    libc.src.__support.FPUtil.fenv_impl
+    libc.src.__support.FPUtil.fp_bits
+    libc.src.__support.FPUtil.cast
+    libc.src.__support.FPUtil.nearest_integer
+    libc.src.__support.macros.optimization
+    libc.include.llvm-libc-macros.float16_macros
+)
+
----------------
bassiounix wrote:

make sure this reflects header includes 1:1

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


More information about the libc-commits mailing list