[libc-commits] [libc] [libc][math] Integer-only implementation of expf with 1-ULP errors (PR #209406)

Hoàng Minh Thiên via libc-commits libc-commits at lists.llvm.org
Tue Jul 28 04:44:12 PDT 2026


================
@@ -0,0 +1,81 @@
+//===-- e^x integer-only utility functions ----------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
----------------
hmthien050209 wrote:

Fixed in the latest commit.

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


More information about the libc-commits mailing list