[all-commits] [llvm/llvm-project] c8208a: [libc][math][c23] Add acosbf16 math function (#184...
Zorojuro via All-commits
all-commits at lists.llvm.org
Mon Jun 8 07:25:39 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c8208a483eb51f51d9a4c939ca17094bcf3cbadb
https://github.com/llvm/llvm-project/commit/c8208a483eb51f51d9a4c939ca17094bcf3cbadb
Author: Zorojuro <sawantsukumar at gmail.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M libc/config/baremetal/aarch64/entrypoints.txt
M libc/config/baremetal/arm/entrypoints.txt
M libc/config/baremetal/riscv/entrypoints.txt
M libc/config/darwin/aarch64/entrypoints.txt
M libc/config/darwin/x86_64/entrypoints.txt
M libc/config/freebsd/x86_64/entrypoints.txt
M libc/config/gpu/amdgpu/entrypoints.txt
M libc/config/gpu/nvptx/entrypoints.txt
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/arm/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/config/windows/entrypoints.txt
M libc/docs/headers/math/index.rst
M libc/shared/math.h
A libc/shared/math/acosbf16.h
M libc/src/__support/math/CMakeLists.txt
A libc/src/__support/math/acosbf16.h
M libc/src/math/CMakeLists.txt
A libc/src/math/acosbf16.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/acosbf16.cpp
M libc/test/shared/CMakeLists.txt
M libc/test/shared/shared_math_test.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/acosbf16_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/acosbf16_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
[libc][math][c23] Add acosbf16 math function (#184633)
This PR intends to add acosbf16 higher math function for bfloat16 type .
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