[libc-commits] [libc] [llvm] [libc][math][c23] implement `asinpif` function (PR #181511)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Feb 25 10:54:03 PST 2026
================
@@ -172,6 +172,20 @@ add_header_library(
libc.src.__support.macros.optimization
)
+add_header_library(
+ asinpif
+ HDRS
+ asinpif.h
+ DEPENDS
----------------
bassiounix wrote:
deps should reflect every include, which is not the case right now
https://github.com/llvm/llvm-project/pull/181511
More information about the libc-commits
mailing list