[libc-commits] [libc] [llvm] [libc][math] Refactor sin implementation to header-only in src/__support/math folder. (PR #175200)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 9 09:33:31 PST 2026


================

----------------
bassiounix wrote:

I think if you inserted it here bazel would stop complains about the format.
```suggestion
libc_support_library(
    name = "__support_math_sin",
    hdrs = ["src/__support/math/sin.h"],
    deps = [
        ":__support_fputil_multiply_add",
        ":__support_macros_optimization",
        ":__support_macros_properties_cpu_features",
        ":__support_range_reduction_double",
        ":__support_sincos_eval",
    ],
)

libc_support_library(
```

https://github.com/llvm/llvm-project/pull/175200


More information about the libc-commits mailing list