Fixed handling of long doubles on aarch64

This commit is contained in:
Benoit Steiner 2016-02-26 04:13:58 -08:00
parent af199b4658
commit d9d05dd96e

View File

@ -258,7 +258,7 @@ struct matrix_exp_computeUV<MatrixType, long double>
{
#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