[libc-commits] [libc] [llvm] [libc][math] Refactor sinf16 implementation to header-only in src/__support/math folder. (PR #178062)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 19:11:59 PST 2026
================
@@ -383,18 +383,7 @@ add_entrypoint_object(
HDRS
../sinf16.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.except_value_utils
- libc.src.__support.FPUtil.multiply_add
- libc.src.__support.macros.optimization
- libc.src.__support.macros.properties.types
- libc.src.__support.math.sincosf16_utils
- COMPILE_OPTIONS
- ${libc_opt_high_flag}
----------------
bassiounix wrote:
I think we want to keep this
https://github.com/llvm/llvm-project/pull/178062
More information about the libc-commits
mailing list