[eigen-commits] commit/eigen: ggael: Bug 1652: implements a much more accurate version of vectorized sin/cos. This new version achieve same speed for SSE/AVX, and is slightly faster with FMA. Guarantees are as follows: |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: ggael: Bug 1652: implements a much more accurate version of vectorized sin/cos. This new version achieve same speed for SSE/AVX, and is slightly faster with FMA. Guarantees are as follows:
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 09 Jan 2019 14:25:57 +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=DzekboO7qpTWjtv2dszbQraXkes=; b=ZFfW/3j3PmBkJCSDtQrxZtq LkIxTVFoE0Ab+9H6ZKSgftk5aqIZ5fXF1gvUyNgcsqVYalgdIklr0JX06YImvp/r YsrW00xwG0veAJ6trO+yPOxdrm84+KOHIFDOcuMQtzKX2y3FoAlk+sShRm1k9Gyn 1NeAgsj7KZSD7TGw+bzQ=
1 new commit in eigen:
https://bitbucket.org/eigen/eigen/commits/8d8e63a86550/
Changeset: 8d8e63a86550
User: ggael
Date: 2019-01-09 14:25:17+00:00
Summary: Bug 1652: implements a much more accurate version of vectorized sin/cos. This new version achieve same speed for SSE/AVX, and is slightly faster with FMA. Guarantees are as follows:
- no FMA: 1ULP up to 3pi, 2ULP up to sin(25966) and cos(18838), fallback to std::sin/cos for larger inputs
- FMA: 1ULP up to sin(117435.992) and cos(71476.0625), fallback to std::sin/cos for larger inputs
Affected #: 5 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.