[libc-commits] [libc] [llvm] [libc][math] Refactor sinpif16 to header only. (PR #178503)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Feb 9 06:23:58 PST 2026
================
@@ -1275,6 +1275,21 @@ add_header_library(
libc.src.__support.macros.optimization
)
+add_header_library(
+ sinpif16
+ HDRS
+ sinpif16.h
+ DEPENDS
----------------
bassiounix wrote:
you forgot to add dep for `include/llvm-libc-macros/float16-macros.h` header
https://github.com/llvm/llvm-project/pull/178503
More information about the libc-commits
mailing list