[libc-commits] [libc] [libc] Modify `atan2f128` to use emulated Float128 type (PR #216508)
via libc-commits
libc-commits at lists.llvm.org
Tue Aug 18 01:11:47 PDT 2026
================
@@ -316,8 +316,10 @@ add_header_library(
.atan_utils
libc.src.__support.integer_literals
libc.src.__support.uint128
+ libc.src.__support.FPUtil.cast
----------------
Sukumarsawant wrote:
removed.
was added during testing the fputil::cast but missed removing from it once I removed it from the header.
https://github.com/llvm/llvm-project/pull/216508
More information about the libc-commits
mailing list