[libc-commits] [libc] [llvm] [libc][math] Refactor sinpif16 to header only. (PR #178503)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Wed Jan 28 14:49:20 PST 2026
================
@@ -444,14 +444,7 @@ add_entrypoint_object(
HDRS
../sinpif16.h
DEPENDS
- libc.hdr.errno_macros
- libc.hdr.fenv_macros
- libc.src.__support.FPUtil.cast
- libc.src.__support.FPUtil.fenv_impl
- libc.src.__support.FPUtil.fp_bits
- libc.src.__support.FPUtil.multiply_add
- libc.src.__support.macros.optimization
- libc.src.__support.math.sincosf16_utils
----------------
bassiounix wrote:
We don't just remove this but move it to the __support entry, you need to add the hdr entries there
https://github.com/llvm/llvm-project/pull/178503
More information about the libc-commits
mailing list