[all-commits] [llvm/llvm-project] c3abe3: [libc][math][c23] implement C23 math function `tan...
Connector Switch via All-commits
all-commits at lists.llvm.org
Fri Jul 11 21:39:55 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3abe3ff22635172aea5162929433c55909822af
https://github.com/llvm/llvm-project/commit/c3abe3ff22635172aea5162929433c55909822af
Author: Connector Switch <c8ef at outlook.com>
Date: 2025-07-12 (Sat, 12 Jul 2025)
Changed paths:
M libc/config/darwin/aarch64/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/arm/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/docs/headers/math/index.rst
M libc/include/math.yaml
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/tanpif.cpp
A libc/src/math/tanpif.h
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/exhaustive/CMakeLists.txt
A libc/test/src/math/exhaustive/tanpif_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/tanpif_test.cpp
A libc/test/src/math/tanpif_test.cpp
Log Message:
-----------
[libc][math][c23] implement C23 math function `tanpif` (#147192)
The smoke test and exhaustive test pass on x86_64 Linux.
Closes #94895.
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