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

Prabhu Rajasekaran via libc-commits libc-commits at lists.llvm.org
Fri Jan 30 15:58:54 PST 2026


Prabhuk wrote:

Seeing size bloat in our baremetal (cortex-m4 target) libc symbols (sinf, cosf, SIN_K_PI_OVER_32) etc. to a point it breaks our product builds. I am pretty sure that this patch is the cause. I will share the results after my current verification. We might have to consider reverting this patch and reland without the size regressions. @bassiounix @tnuha 

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


More information about the libc-commits mailing list