[libc-commits] [libc] [llvm] [libc][math] Refactored atanpif16 to header only (PR #184316)
via libc-commits
libc-commits at lists.llvm.org
Sat Mar 14 14:30:37 PDT 2026
================
@@ -331,6 +331,24 @@ add_header_library(
libc.src.__support.macros.optimization
)
+add_header_library(
+ atanpif16
+ HDRS
+ atanpif16.h
+ DEPENDS
+ libc.hdr.errno_macros
----------------
abhijeetsharma200 wrote:
removed.
https://github.com/llvm/llvm-project/pull/184316
More information about the libc-commits
mailing list