[all-commits] [llvm/llvm-project] cd0465: [libc][math][c23] Add sinf16 C23 math function (#1...
wldfngrs via All-commits
all-commits at lists.llvm.org
Tue Dec 3 12:09:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd04653c4e7d66e9d3cc8e442c4fd6ef124702a9
https://github.com/llvm/llvm-project/commit/cd04653c4e7d66e9d3cc8e442c4fd6ef124702a9
Author: wldfngrs <wldfngrs at gmail.com>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/math/index.rst
M libc/newhdrgen/yaml/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/sinf16.cpp
M libc/src/math/generic/tanpif16.cpp
A libc/src/math/sinf16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/sinf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/sinf16_test.cpp
Log Message:
-----------
[libc][math][c23] Add sinf16 C23 math function (#116674)
Co-authored-by: OverMighty <its.overmighty at gmail.com>
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