[all-commits] [llvm/llvm-project] 851f7c: [libc][math][c23] Add acospif16() function (#134664)
Anton via All-commits
all-commits at lists.llvm.org
Thu Apr 24 15:03:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 851f7c74213e8497afb2b2a3b7facb9faedf9f5f
https://github.com/llvm/llvm-project/commit/851f7c74213e8497afb2b2a3b7facb9faedf9f5f
Author: Anton <44649959+amemov at users.noreply.github.com>
Date: 2025-04-24 (Thu, 24 Apr 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/acospif16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/acospif16.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/acospif16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/acospif16_test.cpp
M libc/utils/MPFRWrapper/MPCommon.cpp
M libc/utils/MPFRWrapper/MPCommon.h
M libc/utils/MPFRWrapper/MPFRUtils.cpp
M libc/utils/MPFRWrapper/MPFRUtils.h
Log Message:
-----------
[libc][math][c23] Add acospif16() function (#134664)
Addresses #132211 #132754
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