mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove EIGEN_EMPTY_STRUCT_CTOR
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
5ed7a86ae9
commit
f3ba220c5d
@@ -20,7 +20,6 @@ namespace internal {
|
||||
*/
|
||||
template <>
|
||||
struct scalar_logistic_op<Eigen::half> {
|
||||
EIGEN_EMPTY_STRUCT_CTOR(scalar_logistic_op)
|
||||
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE
|
||||
Eigen::half operator()(const Eigen::half& x) const {
|
||||
// Convert to float and call scalar_logistic_op<float>.
|
||||
|
||||
Reference in New Issue
Block a user