[all-commits] [llvm/llvm-project] f011fa: [libc][math][c23] Add logf16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Thu Oct 17 11:50:41 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-logf16
Home: https://github.com/llvm/llvm-project
Commit: f011fa727e0974dc3ec69ecd8b5860008efa524d
https://github.com/llvm/llvm-project/commit/f011fa727e0974dc3ec69ecd8b5860008efa524d
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
M libc/src/math/generic/expxf16.h
A libc/src/math/generic/logf16.cpp
A libc/src/math/logf16.h
M libc/test/UnitTest/FPMatcher.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/logf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/logf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add logf16 C23 math function
Part of #95250.
Commit: 2643dc91d4b0856ea3ddba0d2b3fa9b3720aebc1
https://github.com/llvm/llvm-project/commit/2643dc91d4b0856ea3ddba0d2b3fa9b3720aebc1
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/expxf16.h
M libc/src/math/generic/logf16.cpp
M libc/test/src/math/logf16_test.cpp
Log Message:
-----------
Fix nits and remove include that's no longer used
Commit: 16f4c7744ace0ce9c34b8f3349db278743e46170
https://github.com/llvm/llvm-project/commit/16f4c7744ace0ce9c34b8f3349db278743e46170
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M libc/src/math/generic/logf16.cpp
Log Message:
-----------
Remove duplicate comment
Commit: 0541aa477433ea1ae5c2c081bfb50379fe6e1c6a
https://github.com/llvm/llvm-project/commit/0541aa477433ea1ae5c2c081bfb50379fe6e1c6a
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/logf16.cpp
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/logf16_test.cpp
Log Message:
-----------
Migrate to fputil::cast
Compare: https://github.com/llvm/llvm-project/compare/cbc95e7edcaa...0541aa477433
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