[all-commits] [llvm/llvm-project] cbb057: [libc][math][c23] Add sqrtf16 C23 math function (#...
OverMighty via All-commits
all-commits at lists.llvm.org
Tue Sep 17 08:29:05 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-log10f16
Home: https://github.com/llvm/llvm-project
Commit: cbb057636ee00ca79f0e2a4ec1aea82a554b0402
https://github.com/llvm/llvm-project/commit/cbb057636ee00ca79f0e2a4ec1aea82a554b0402
Author: OverMighty <its.overmighty at gmail.com>
Date: 2024-09-17 (Tue, 17 Sep 2024)
Changed paths:
M libc/config/gpu/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/spec/stdc.td
M libc/src/__support/FPUtil/generic/sqrt.h
M libc/src/math/CMakeLists.txt
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/sqrtf16.cpp
A libc/src/math/sqrtf16.h
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/sqrtf16_test.cpp
A libc/test/src/math/sqrtf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add sqrtf16 C23 math function (#106102)
Part of #95250.
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