[eigen-commits] commit/eigen: 2 new changesets |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen-commits Archives
]
- To: eigen-commits@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen-commits] commit/eigen: 2 new changesets
- From: Bitbucket <commits-noreply@xxxxxxxxxxxxx>
- Date: Wed, 05 Sep 2018 16:02:59 +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=41X8KPL9tjQ5tAYei4WNIR7DFvg=; b=eqYugoY8xEePFY4x2RxvYTn dtF64A6szDoZwop97oBpS44Z9V1FZewuGaTmj+Jl1USof1oIccs2j1eDT/Ph3dc6 ShEt43sV2y89oEd+LKZk9zMkAd+ClI89xkHuIKUvP/JNG0qGWE2P2kpGoV/IUEu1 +NdHpvw3jx37LwY9wUfU=
2 new commits in eigen:
https://bitbucket.org/eigen/eigen/commits/8ffffd8b196b/
Changeset: 8ffffd8b196b
User: Alexey Frunze
Date: 2018-08-31 21:11:10+00:00
Summary: Fix build failures in matrix_power and matrix_exponential tests.
This fixes the static assertion complaining about double being
used in place of long double. This happened on MIPS32, where
double and long double have the same type representation.
This can be simulated on x86 as well if we pass -mlong-double-64
to g++.
Affected #: 1 file
https://bitbucket.org/eigen/eigen/commits/9756a7cede84/
Changeset: 9756a7cede84
Branch: 3.3
User: Alexey Frunze
Date: 2018-08-31 21:11:10+00:00
Summary: Fix build failures in matrix_power and matrix_exponential tests.
This fixes the static assertion complaining about double being
used in place of long double. This happened on MIPS32, where
double and long double have the same type representation.
This can be simulated on x86 as well if we pass -mlong-double-64
to g++.
(grafted from 8ffffd8b196b66a3b6e9ce85175897916f2994fe)
Affected #: 1 file
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.