[libc-commits] [libc] [llvm] [libc][math] Refactor sincosf implementation to header only (PR #177523)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Wed Jan 28 11:56:18 PST 2026


bassiounix wrote:

> I've been formatting with `buildifier -r bazel/llvm-project-overlay/libc`, and this consistently doesn't change anything. Is there a preferable way to format?

I use `git clang-format HEAD~ && buildifier $(find ./utils/bazel -name *BUILD*)`

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


More information about the libc-commits mailing list