[eigen-commits] commit/eigen: 2 new changesets

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen-commits Archives ]


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.



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/