[all-commits] [llvm/llvm-project] bdc119: [libc][math] Fix: add log10p1f16 to shared math (#...
Zorojuro via All-commits
all-commits at lists.llvm.org
Mon Apr 13 02:00:25 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bdc11929aa0b4dbcd0f06ade1bc54b45b5b8bf8b
https://github.com/llvm/llvm-project/commit/bdc11929aa0b4dbcd0f06ade1bc54b45b5b8bf8b
Author: Zorojuro <sawantsukumar at gmail.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/log10p1f16.h
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math] Fix: add log10p1f16 to shared math (#189185)
This PR intends to add the log10p1f16 function to shared math, along
with adding tests for it and Bazel which was missed in
[a7d1a87](https://github.com/llvm/llvm-project/commit/a7d1a87b30ce626678d33fe1c12e647f7ce4fb20).
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