[all-commits] [llvm/llvm-project] 3e2845: [libc][math][c23] Add acosf16() function (#127731)
wldfngrs via All-commits
all-commits at lists.llvm.org
Sun Feb 23 10:47:07 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e284554a80a6d1eae7ac7603184bd4cbb3c80b8
https://github.com/llvm/llvm-project/commit/3e284554a80a6d1eae7ac7603184bd4cbb3c80b8
Author: wldfngrs <wldfngrs at gmail.com>
Date: 2025-02-23 (Sun, 23 Feb 2025)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/headers/math/index.rst
M libc/include/math.yaml
M libc/src/math/CMakeLists.txt
A libc/src/math/acosf16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/acosf16.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/acosf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/acosf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add acosf16() function (#127731)
- Implementation of acosf16 (inverse cosine) function for 16-bit inputs.
- Exhaustive tests across the 16-bit input range.
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