[all-commits] [llvm/llvm-project] 9f6b44: [libc][math] Implement fast pass for double precis...
lntue via All-commits
all-commits at lists.llvm.org
Mon Aug 5 10:09:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f6b440adf27056f9c9b7772c52c6d01dfcf2f13
https://github.com/llvm/llvm-project/commit/9f6b440adf27056f9c9b7772c52c6d01dfcf2f13
Author: lntue <35648136+lntue at users.noreply.github.com>
Date: 2024-08-05 (Mon, 05 Aug 2024)
Changed paths:
M libc/config/darwin/arm/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/math/index.rst
M libc/src/math/amdgpu/CMakeLists.txt
R libc/src/math/amdgpu/pow.cpp
M libc/src/math/generic/CMakeLists.txt
A libc/src/math/generic/pow.cpp
M libc/src/math/nvptx/CMakeLists.txt
R libc/src/math/nvptx/pow.cpp
M libc/test/src/math/CMakeLists.txt
A libc/test/src/math/pow_test.cpp
M libc/test/src/math/smoke/CMakeLists.txt
A libc/test/src/math/smoke/pow_test.cpp
Log Message:
-----------
[libc][math] Implement fast pass for double precision pow function with up to 1ULP error. (#101926)
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