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

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Fri Jan 23 09:03:43 PST 2026


================
@@ -486,16 +486,7 @@ add_entrypoint_object(
   HDRS
     ../tan.h
   DEPENDS
-    libc.src.__support.math.range_reduction_double
-    libc.hdr.errno_macros
-    libc.src.errno.errno
-    libc.src.__support.FPUtil.double_double
-    libc.src.__support.FPUtil.dyadic_float
-    libc.src.__support.FPUtil.except_value_utils
-    libc.src.__support.FPUtil.fenv_impl
-    libc.src.__support.FPUtil.fp_bits
-    libc.src.__support.FPUtil.multiply_add
-    libc.src.__support.macros.optimization
+    libc.src.__support.math.tan
----------------
bassiounix wrote:

```suggestion
    libc.src.__support.math.tan
    libc.src.errno.errno
```

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


More information about the libc-commits mailing list