mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-06-04 18:54:00 +08:00
Fixed handling of long doubles on aarch64
This commit is contained in:
parent
af199b4658
commit
d9d05dd96e
@ -258,7 +258,7 @@ struct matrix_exp_computeUV<MatrixType, long double>
|
|||||||
{
|
{
|
||||||
#if LDBL_MANT_DIG == 53 // double precision
|
#if LDBL_MANT_DIG == 53 // double precision
|
||||||
|
|
||||||
matrix_exp_computeUV<MatrixType, double>::run(arg, U, V, squarings);
|
matrix_exp_computeUV<MatrixType, double>::run(arg.cast<double>(), U.cast<double(), V.cast<doble>(), squarings);
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user