[all-commits] [llvm/llvm-project] f8b28f: [libc][math][c23] Add exp2m1f16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Fri Oct 11 13:04:47 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-exp2m1f16
Home: https://github.com/llvm/llvm-project
Commit: f8b28f9d0959762e513e054d79d601c0f60e2554
https://github.com/llvm/llvm-project/commit/f8b28f9d0959762e513e054d79d601c0f60e2554
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 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/exp2m1f16.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/exp2f16.cpp
A libc/src/math/generic/exp2m1f16.cpp
M libc/src/math/generic/expxf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/exp2m1f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/exp2m1f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add exp2m1f16 C23 math function
Part of #95250.
Commit: 52d998df837446aefb0cc1ae82989876d0a8ec66
https://github.com/llvm/llvm-project/commit/52d998df837446aefb0cc1ae82989876d0a8ec66
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
Log Message:
-----------
Enable exp2m1f16 entrypoint on GPUs
Commit: 430b14a20bebbb0cae0d83dc8191f8aa23466bf0
https://github.com/llvm/llvm-project/commit/430b14a20bebbb0cae0d83dc8191f8aa23466bf0
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
Log Message:
-----------
Fix entrypoint name in GPU config
Commit: da6b98a7760efb837285ada1afa0685604577899
https://github.com/llvm/llvm-project/commit/da6b98a7760efb837285ada1afa0685604577899
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/exp2m1f16.cpp
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/exp2m1f16_test.cpp
Log Message:
-----------
Update includes and CMake target dependencies
Commit: eca8d0579a317d2a446aa973966ab24a7f382518
https://github.com/llvm/llvm-project/commit/eca8d0579a317d2a446aa973966ab24a7f382518
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M libc/src/math/generic/exp2m1f16.cpp
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/exp2m1f16_test.cpp
Log Message:
-----------
Migrate to fputil::cast and use implicit casts for constants
Commit: 5de4d1b31aa4af3407eabca7a78a2a07a46160c4
https://github.com/llvm/llvm-project/commit/5de4d1b31aa4af3407eabca7a78a2a07a46160c4
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
Log Message:
-----------
Disable exp2m1f16 on GPUs for now
Commit: f3ea05a5b63a605e243c8200bbe991fe86a3e1bb
https://github.com/llvm/llvm-project/commit/f3ea05a5b63a605e243c8200bbe991fe86a3e1bb
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-11 (Fri, 11 Oct 2024)
Changed paths:
M libc/newhdrgen/yaml/math.yaml
Log Message:
-----------
Add exp2m1f16 in newhdrgen math.yaml
Compare: https://github.com/llvm/llvm-project/compare/9c4fca76cdd4...f3ea05a5b63a
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