[all-commits] [llvm/llvm-project] f2bebd: [libc][math] Add skip accurate pass option for exp...
lntue via All-commits
all-commits at lists.llvm.org
Wed Mar 5 16:18:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2bebdc6883ffa19d2eb75528e028c1bd04ce6af
https://github.com/llvm/llvm-project/commit/f2bebdc6883ffa19d2eb75528e028c1bd04ce6af
Author: lntue <lntue at google.com>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M libc/src/math/generic/common_constants.cpp
M libc/src/math/generic/exp.cpp
M libc/src/math/generic/exp10.cpp
M libc/src/math/generic/exp2.cpp
M libc/src/math/generic/explogxf.cpp
M libc/src/math/generic/explogxf.h
M libc/src/math/generic/log.cpp
M libc/src/math/generic/log10.cpp
M libc/src/math/generic/log1p.cpp
M libc/src/math/generic/log2.cpp
M libc/src/math/generic/powf.cpp
M libc/src/math/generic/range_reduction_double_fma.h
M libc/src/math/generic/range_reduction_double_nofma.h
Log Message:
-----------
[libc][math] Add skip accurate pass option for exp*, log*, and powf functions. (#129831)
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