[all-commits] [llvm/llvm-project] ddc3f2: [libc] Add sinpif16 function (#110994)
wldfngrs via All-commits
all-commits at lists.llvm.org
Tue Oct 15 15:40:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ddc3f2dd26c10b830d7137fc5f89049feec29033
https://github.com/llvm/llvm-project/commit/ddc3f2dd26c10b830d7137fc5f89049feec29033
Author: wldfngrs <wldfngrs at gmail.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
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
A libc/src/math/generic/sinpif16.cpp
A libc/src/math/sinpif16.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/sinpif16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/sinpif16_test.cpp
M libc/utils/MPFRWrapper/MPFRUtils.cpp
Log Message:
-----------
[libc] Add sinpif16 function (#110994)
Half-precision floating point (16-bit) implementation of the
trigonometric function Sin for inputs scaled by pi
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