[libc-commits] [libc] [llvm] [libc][math] Refactor sincos implementation to header only (PR #177522)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Fri Jan 23 13:48:27 PST 2026
================
@@ -6,218 +6,12 @@
//
//===----------------------------------------------------------------------===//
+#include "src/__support/math/sincos.h"
#include "src/math/sincos.h"
----------------
bassiounix wrote:
```suggestion
#include "src/math/sincos.h"
#include "src/__support/math/sincos.h"
```
https://github.com/llvm/llvm-project/pull/177522
More information about the libc-commits
mailing list