[libc-commits] [libc] [libc][math] Refactor sincos implementation to header only (PR #177522)

Nico Weber via libc-commits libc-commits at lists.llvm.org
Fri Jan 23 06:31:38 PST 2026


nico wrote:

You also have to update libc/src/math/generic/CMakeLists.txt, and the bazel files.

You could try patching in https://github.com/llvm/llvm-project/pull/177583 and running `libc/tools/move_math_to_header.py sincos` on a fresh branch to get much of this done automatically.

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


More information about the libc-commits mailing list