Remove yet another comma at end of enum
This commit is contained in:
parent
f019b97aca
commit
4811e81966
@ -4053,7 +4053,7 @@ struct packet_traits<Eigen::half> : default_packet_traits {
|
|||||||
HasRsqrt = 1,
|
HasRsqrt = 1,
|
||||||
HasErf = EIGEN_FAST_MATH,
|
HasErf = EIGEN_FAST_MATH,
|
||||||
HasBessel = 0, // Issues with accuracy.
|
HasBessel = 0, // Issues with accuracy.
|
||||||
HasNdtri = 0,
|
HasNdtri = 0
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user