[libc-commits] [libc] [libc][math][c23] Add cospif16 function (PR #113001)
via libc-commits
libc-commits at lists.llvm.org
Sun Oct 20 03:01:57 PDT 2024
================
@@ -351,6 +351,18 @@ add_header_library(
libc.src.__support.common
)
+add_header_library(
+ sincosf16_utils
+ HDRS
+ sincosf16_utils.h
+ DEPENDS
+ .range_reduction
+ libc.src.__support.FPUtil.fp_bits
+ libc.src.__support.FPUtil.polyeval
+ libc.src.__support.FPUtil.nearest_integer
+ libc.src.__support.common
----------------
overmighty wrote:
`.range_reduction` is unused.
https://github.com/llvm/llvm-project/pull/113001
More information about the libc-commits
mailing list