[all-commits] [llvm/llvm-project] 9cb117: [libc][math][c23] Add exp10m1f16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Tue Oct 15 06:13:02 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-exp10m1f16
Home: https://github.com/llvm/llvm-project
Commit: 9cb1171ce34da52791b2500bd60b3357161b39a5
https://github.com/llvm/llvm-project/commit/9cb1171ce34da52791b2500bd60b3357161b39a5
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-15 (Tue, 15 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
A libc/src/math/exp10m1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/exp10f16.cpp
A libc/src/math/generic/exp10m1f16.cpp
M libc/src/math/generic/expxf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/exp10m1f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/exp10m1f16_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][math][c23] Add exp10m1f16 C23 math function
Part of #95250.
Commit: 2687d88edcb8e571679e698b1e45bc8a52c01b32
https://github.com/llvm/llvm-project/commit/2687d88edcb8e571679e698b1e45bc8a52c01b32
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M libc/src/math/generic/exp10m1f16.cpp
Log Message:
-----------
Fix typo in comments
Commit: e21264eae376d44975e007b434acf3b50b22bd0a
https://github.com/llvm/llvm-project/commit/e21264eae376d44975e007b434acf3b50b22bd0a
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/exp10m1f16.cpp
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/exp10m1f16_test.cpp
Log Message:
-----------
Migrate to fputil::cast
Compare: https://github.com/llvm/llvm-project/compare/3f11a3c04172...e21264eae376
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