[all-commits] [llvm/llvm-project] a8c597: [libc][math][c23] Add exp2m1f C23 math function (#...
OverMighty via All-commits
all-commits at lists.llvm.org
Thu Apr 4 05:23:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8c59750d911eb30d5664696db19af445dd770f8
https://github.com/llvm/llvm-project/commit/a8c59750d911eb30d5664696db19af445dd770f8
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
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
A libc/src/math/exp2m1f.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/exp2m1f.cpp
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/exhaustive/CMakeLists.txt
A libc/test/src/math/exhaustive/exp2m1f_test.cpp
A libc/test/src/math/exp2m1f_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/exp2m1f_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][math][c23] Add exp2m1f C23 math function (#86996)
Fixes #86502.
cc @lntue
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