[all-commits] [llvm/llvm-project] aad60f: [libc][math][c23] Add logf16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Tue Oct 15 07:53:58 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-logf16
Home: https://github.com/llvm/llvm-project
Commit: aad60fb87036324aa33d755213897cada53ffee9
https://github.com/llvm/llvm-project/commit/aad60fb87036324aa33d755213897cada53ffee9
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
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: 0d6b8e84abf3dadd1d4f85babf1649f0084ef6ee
https://github.com/llvm/llvm-project/commit/0d6b8e84abf3dadd1d4f85babf1649f0084ef6ee
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/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: 871029c8890baa9a28ade1dfba3d1104fb069ab1
https://github.com/llvm/llvm-project/commit/871029c8890baa9a28ade1dfba3d1104fb069ab1
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M libc/src/math/generic/logf16.cpp
Log Message:
-----------
Remove duplicate comment
Commit: cbc95e7edcaa5818a859e84ce5be4c7ec80e0b42
https://github.com/llvm/llvm-project/commit/cbc95e7edcaa5818a859e84ce5be4c7ec80e0b42
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/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/37db333ee789...cbc95e7edcaa
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