File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
inst/include/Eigen/src/Core/arch/CUDA Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ vignettes/jss.bst
66debian
77^.*\.Rproj$
88^\.Rproj\.user$
9- \.tar\.gz$
9+ .* \.tar\.gz$
Original file line number Diff line number Diff line change @@ -116,17 +116,17 @@ struct half : public half_impl::half_base {
116116 EIGEN_DEVICE_FUNC EIGEN_EXPLICIT_CAST (long ) const {
117117 return static_cast <long >(half_impl::half_to_float (*this ));
118118 }
119- #if EIGEN_HAS_CXX11
120119 EIGEN_DEVICE_FUNC EIGEN_EXPLICIT_CAST (unsigned long ) const {
121120 return static_cast <unsigned long >(half_impl::half_to_float (*this ));
122121 }
122+ #if EIGEN_HAS_CXX11
123123 EIGEN_DEVICE_FUNC EIGEN_EXPLICIT_CAST (long long ) const {
124124 return static_cast <long long >(half_impl::half_to_float (*this ));
125125 }
126- #endif
127126 EIGEN_DEVICE_FUNC EIGEN_EXPLICIT_CAST (unsigned long long ) const {
128127 return static_cast <unsigned long long >(half_to_float (*this ));
129128 }
129+ #endif
130130 EIGEN_DEVICE_FUNC EIGEN_EXPLICIT_CAST (float ) const {
131131 return half_impl::half_to_float (*this );
132132 }
You can’t perform that action at this time.
0 commit comments