Cleaned up the fp16 code

This commit is contained in:
Benoit Steiner
2016-05-24 18:50:09 -07:00
parent 40a16282c7
commit ff4a289572
3 changed files with 111 additions and 119 deletions

View File

@@ -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