mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
fix compilation with boost::multiprec
This commit is contained in:
parent
4cc2c73e6a
commit
de05a18fe0
@ -8,7 +8,7 @@
|
||||
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
template<typename T>
|
||||
Array<T,4,1> four_denorms();
|
||||
Array<T,4,1> four_denorms() { return four_denorms<double>().cast<T>(); }
|
||||
|
||||
template<>
|
||||
Array4f four_denorms() { return Array4f(5.60844e-39f, -5.60844e-39f, 4.94e-44f, -4.94e-44f); }
|
||||
|
Loading…
Reference in New Issue
Block a user