[all-commits] [llvm/llvm-project] 792516: [libc][math][c23] Add tanhf16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Thu Oct 17 11:49:03 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-tanhf16
Home: https://github.com/llvm/llvm-project
Commit: 7925164365b8041e83d1938492394ea320db903b
https://github.com/llvm/llvm-project/commit/7925164365b8041e83d1938492394ea320db903b
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/tanhf16.cpp
A libc/src/math/tanhf16.h
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/tanhf16_test.cpp
A libc/test/src/math/tanhf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add tanhf16 C23 math function
Part of #95250.
Commit: ff3e1151d9d8fdb6f381fc8567a001ef085f628d
https://github.com/llvm/llvm-project/commit/ff3e1151d9d8fdb6f381fc8567a001ef085f628d
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/tanhf16.cpp
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/tanhf16_test.cpp
Log Message:
-----------
Migrate to fputil::cast
Commit: 4758caf984ce755f062bf5182091f6f08a631460
https://github.com/llvm/llvm-project/commit/4758caf984ce755f062bf5182091f6f08a631460
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M libc/src/math/generic/tanhf16.cpp
Log Message:
-----------
Fix undefined behavior
Compare: https://github.com/llvm/llvm-project/compare/c343f44962a8...4758caf984ce
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