mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove yet another comma at end of enum
This commit is contained in:
@@ -4053,7 +4053,7 @@ struct packet_traits<Eigen::half> : default_packet_traits {
|
||||
HasRsqrt = 1,
|
||||
HasErf = EIGEN_FAST_MATH,
|
||||
HasBessel = 0, // Issues with accuracy.
|
||||
HasNdtri = 0,
|
||||
HasNdtri = 0
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user