[libc-commits] [libc] [llvm] [libc][math][c23] Add atan2f16 function (PR #183531)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Fri Feb 27 06:54:53 PST 2026
================
@@ -2927,6 +2915,22 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_atan2f16",
+ hdrs = ["src/__support/math/atan2f16.h"],
+ deps = [
+ ":__support_common",
+ ":__support_fputil_cast",
+ ":__support_fputil_except_value_utils",
+ ":__support_fputil_fenv_impl",
+ ":__support_fputil_fp_bits",
+ ":__support_fputil_multiply_add",
+ ":__support_fputil_polyeval",
+ ":__support_macros_optimization",
+ ":llvm_libc_macros_float16_macros",
+ ],
----------------
bassiounix wrote:
This should reflect CMake deps 1:1
https://github.com/llvm/llvm-project/pull/183531
More information about the libc-commits
mailing list