[all-commits] [llvm/llvm-project] f0b1e6: [libc][math][c23] Add log10f16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Tue Oct 15 08:05:58 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-log10f16
Home: https://github.com/llvm/llvm-project
Commit: f0b1e6406d48f275db8590fa6c5f0360e9dee0e8
https://github.com/llvm/llvm-project/commit/f0b1e6406d48f275db8590fa6c5f0360e9dee0e8
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/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: 4fffbccb12b32b9a7d4b2ae5869ca51917e8730d
https://github.com/llvm/llvm-project/commit/4fffbccb12b32b9a7d4b2ae5869ca51917e8730d
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/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
Compare: https://github.com/llvm/llvm-project/compare/cbb057636ee0...4fffbccb12b3
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