[all-commits] [llvm/llvm-project] d969ec: [libc][math] Refactor exp implementation to header...

Muhammad Bassiouni via All-commits all-commits at lists.llvm.org
Tue Jul 15 09:10:31 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d969ec942224cb85f8e7dc8553aa9ea3952c37e6
      https://github.com/llvm/llvm-project/commit/d969ec942224cb85f8e7dc8553aa9ea3952c37e6
  Author: Muhammad Bassiouni <60100307+bassiounix at users.noreply.github.com>
  Date:   2025-07-15 (Tue, 15 Jul 2025)

  Changed paths:
    M libc/shared/math.h
    A libc/shared/math/exp.h
    M libc/src/__support/FPUtil/multiply_add.h
    M libc/src/__support/FPUtil/nearest_integer.h
    M libc/src/__support/math/CMakeLists.txt
    A libc/src/__support/math/exp.h
    A libc/src/__support/math/exp_constants.h
    A libc/src/__support/math/exp_utils.h
    M libc/src/__support/math/expf16_utils.h
    M libc/src/math/generic/CMakeLists.txt
    M libc/src/math/generic/common_constants.cpp
    M libc/src/math/generic/common_constants.h
    M libc/src/math/generic/exp.cpp
    M libc/src/math/generic/explogxf.h
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel

  Log Message:
  -----------
  [libc][math] Refactor exp implementation to header-only in src/__support/math folder. (#148761)

- **[libc][math] Refactor exp implementation to header-only in
src/__support/math folder.**
- **Reapply "[libc][math] Refactor exp implementation to header-only in
src/__support/math folder." (#148668)**



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list