[all-commits] [llvm/llvm-project] 6a9344: [libc][math][c23] Add log10f16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Fri Oct 18 16:36:13 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-log10f16
Home: https://github.com/llvm/llvm-project
Commit: 6a9344c6334fb57224a74391c582dcd9658ae2c5
https://github.com/llvm/llvm-project/commit/6a9344c6334fb57224a74391c582dcd9658ae2c5
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-19 (Sat, 19 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/log10f16.cpp
A libc/src/math/log10f16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/log10f16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/log10f16_test.cpp
Log Message:
-----------
[libc][math][c23] Add log10f16 C23 math function
Part of #95250.
Commit: 77cbc5db0cb8ef175dca488df25314285967faa4
https://github.com/llvm/llvm-project/commit/77cbc5db0cb8ef175dca488df25314285967faa4
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-19 (Sat, 19 Oct 2024)
Changed paths:
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/log10f16.cpp
M libc/test/src/math/smoke/CMakeLists.txt
M libc/test/src/math/smoke/log10f16_test.cpp
Log Message:
-----------
Migrate to fputil::cast
Commit: bbc612b0df464fc573edc9ce7c08a68a7bdb6abc
https://github.com/llvm/llvm-project/commit/bbc612b0df464fc573edc9ce7c08a68a7bdb6abc
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-10-19 (Sat, 19 Oct 2024)
Changed paths:
M libc/src/math/generic/log10f16.cpp
Log Message:
-----------
Rename ONE_OVER_F to ONE_OVER_F_F
Compare: https://github.com/llvm/llvm-project/compare/b1c21c80091e...bbc612b0df46
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