[libc-commits] [libc] [llvm] [libc][math] Refactor sinpif16 to header only. (PR #178503)
via libc-commits
libc-commits at lists.llvm.org
Sat Feb 14 10:54:15 PST 2026
================
@@ -3665,6 +3634,23 @@ libc_support_library(
],
)
+libc_support_library(
+ name = "__support_math_sinpif16",
+ hdrs = ["src/__support/math/sinpif16.h"],
+ deps = [
+ ":__support_common",
+ ":__support_fputil_cast",
+ ":__support_fputil_fenv_impl",
+ ":__support_fputil_fp_bits",
+ ":__support_fputil_multiply_add",
+ ":__support_fputil_nearest_integer",
+ ":__support_fputil_polyeval",
+ ":__support_macros_config",
+ ":__support_macros_optimization",
+ ":__support_math_sincosf16_utils",
+ ],
----------------
DannyDaoBoYang wrote:
Thanks, added
https://github.com/llvm/llvm-project/pull/178503
More information about the libc-commits
mailing list