[all-commits] [llvm/llvm-project] a4cb2b: [libc][math] Refactor tanhf16 implementation to he...
Xinlong Chen via All-commits
all-commits at lists.llvm.org
Sat Feb 14 17:37:23 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4cb2b00df606a6fd42dd4a8273e61fc8696939a
https://github.com/llvm/llvm-project/commit/a4cb2b00df606a6fd42dd4a8273e61fc8696939a
Author: Xinlong Chen <49522466+Xinlong-Chen at users.noreply.github.com>
Date: 2026-02-15 (Sun, 15 Feb 2026)
Changed paths:
M libc/shared/math.h
A libc/shared/math/tanhf16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/tanhf16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/tanhf16.cpp
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] Refactor tanhf16 implementation to header-only in src/__support/math folder. (#178645)
Part of https://github.com/llvm/llvm-project/issues/147386
closed https://github.com/llvm/llvm-project/issues/178492
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