[eigen-commits] commit/eigen: ggael: PR 571: Implements an accurate argument reduction algorithm for huge inputs of sin/cos and call it instead of falling back to std::sin/std::cos. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: PR 571: Implements an accurate argument reduction algorithm for huge inputs of sin/cos and call it instead of falling back to std::sin/std::cos.
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Mon, 14 Jan 2019 12:54:13 +0000 (UTC)
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=bitbucket.org; h=mime-version:content-type:content-transfer-encoding:subject:from:to; s=s1; bh=AvcSkNzLQBwTPIJzdyUOOAzjy5I=; b=qkdiAgTgjM1fC8glqfIjVo+ iWY48TI/lss15OcMVTyjo7n92yPJkCivPzKjtlUfPtGi4E0YDGQ5qHBZNmnJbj5F uohZ2JKltzCW5iPuRGdnQijthHyE+c/3Ejxu0P8h/KlEhGhTGbxbeZiJTw2Mocqi GSf3qHImb83xZUFlu/es=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/a5108fea1810/
Changeset: a5108fea1810
User: ggael
Date: 2019-01-14 12:54:01+00:00
Summary: PR 571: Implements an accurate argument reduction algorithm for huge inputs of sin/cos and call it instead of falling back to std::sin/std::cos.
This makes both the small and huge argument cases faster because:
- for small inputs this removes the last pselect
- for large inputs only the reduction part follows a scalar path,
the rest use the same SIMD path as the small-argument case.
Affected #: 2 files
Repository URL: https://bitbucket.org/eigen/eigen/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.