[all-commits] [llvm/llvm-project] 874141: [libc][math] Implement a fast pass for atan2f128 w...
lntue via All-commits
all-commits at lists.llvm.org
Tue Apr 1 07:57:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8741412bdfc0a60719f116add7d828694ef48c02
https://github.com/llvm/llvm-project/commit/8741412bdfc0a60719f116add7d828694ef48c02
Author: lntue <lntue at google.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M libc/config/linux/aarch64/entrypoints.txt
M libc/config/linux/riscv/entrypoints.txt
M libc/config/linux/x86_64/entrypoints.txt
M libc/docs/headers/math/index.rst
M libc/include/math.yaml
M libc/src/__support/FPUtil/dyadic_float.h
M libc/src/math/CMakeLists.txt
A libc/src/math/atan2f128.h
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/atan2f128.cpp
M libc/src/math/generic/atan_utils.h
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/atan2f128_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/atan2f128_test.cpp
Log Message:
-----------
[libc][math] Implement a fast pass for atan2f128 with 1ULP error using DyadicFloat<128>. (#133150)
Part of https://github.com/llvm/llvm-project/issues/131642.
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