aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MathFunctions.h
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-24 18:50:09 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-05-24 18:50:09 -0700
commitff4a289572bee7932ddf9042f2f9e5cb9d5dfb8e (patch)
treea86acdf4eec398e9f8d26f59d039e4b959456e94 /Eigen/src/Core/MathFunctions.h
parent40a16282c741599bbcd79000a612a2f4abece1db (diff)
Cleaned up the fp16 code
Diffstat (limited to 'Eigen/src/Core/MathFunctions.h')
-rw-r--r--Eigen/src/Core/MathFunctions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/MathFunctions.h b/Eigen/src/Core/MathFunctions.h
index e406840a3..ece04b754 100644
--- a/Eigen/src/Core/MathFunctions.h
+++ b/Eigen/src/Core/MathFunctions.h
@@ -849,7 +849,7 @@ EIGEN_DEVICE_FUNC
inline EIGEN_MATHFUNC_RETVAL(real, Scalar) real(const Scalar& x)
{
return EIGEN_MATHFUNC_IMPL(real, Scalar)::run(x);
-}
+}
template<typename Scalar>
EIGEN_DEVICE_FUNC