[eigen-commits] commit/eigen: 3 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 3 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Thu, 07 Jun 2018 16:12:48 +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=aHSuSqunasFaGddZR7ESl/R3LGg=; b=czrdu8WkJuaMJjnNYleuNvb vl0RcPB55HnGxTCwQ+qKUktSTima3VamW/YzwuahYlHuIBk2IABAsLpCwWytLcCb Z0AnvcEg7avZJekPqJuSEhZFk4dxnSKOFz0f9hgyp3oJIlJzFn/1PyYIsBkkAAPC hr8Y/QkTYljwas9W56ak=
3 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/2f3c1bcc7f0a/
Changeset: 2f3c1bcc7f0a
Branch: fix-bessel
User: mfigurnov
Date: 2018-06-07 13:35:07+00:00
Summary: Fix compilation of special functions without C99 math.
The commit with Bessel functions i0e and i1e placed the ifdef/endif incorrectly,
causing i0e/i1e to be undefined when EIGEN_HAS_C99_MATH=0. These functions do not
actually require C99 math, so now they are always available.
Affected #: 2 files
https://bitbucket.org/eigen/eigen/commits/84601a56ca90/
Changeset: 84601a56ca90
Branch: fix-bessel
User: mfigurnov
Date: 2018-06-07 14:54:18+00:00
Summary: Merge from eigen/eigen.
Affected #: 68 files
https://bitbucket.org/eigen/eigen/commits/b69b1ca06de8/
Changeset: b69b1ca06de8
User: benoitsteiner
Date: 2018-06-07 16:12:42+00:00
Summary: Merged in mfigurnov/eigen/fix-bessel (pull request #404)
Fix compilation of special functions without C99 math.
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.