[all-commits] [llvm/llvm-project] ecf4f9: [libc][math][c23] Add tanf16 function (#121018)
wldfngrs via All-commits
all-commits at lists.llvm.org
Sun Jan 12 20:47:15 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ecf4f95c4f55eea0830659654fa264189773a423
https://github.com/llvm/llvm-project/commit/ecf4f95c4f55eea0830659654fa264189773a423
Author: wldfngrs <wldfngrs at gmail.com>
Date: 2025-01-12 (Sun, 12 Jan 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
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/sincosf16_utils.h
A libc/src/math/generic/tanf16.cpp
M libc/src/math/generic/tanpif16.cpp
A libc/src/math/tanf16.h
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/cosf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/tanf16_test.cpp
A libc/test/src/math/tanf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add tanf16 function (#121018)
- Implementation of tan for 16-bit floating point 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