[all-commits] [llvm/llvm-project] 52c1c1: [libc][math][c23] Add sqrtf16 C23 math function
OverMighty via All-commits
all-commits at lists.llvm.org
Thu Oct 17 11:56:40 PDT 2024
Branch: refs/heads/users/overmighty/libc-math-sqrtf16
Home: https://github.com/llvm/llvm-project
Commit: 52c1c1bad3cd90d17b90082063bdad49fb0b5aa9
https://github.com/llvm/llvm-project/commit/52c1c1bad3cd90d17b90082063bdad49fb0b5aa9
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/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
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