mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-15 21:26:00 +08:00
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…
x
Reference in New Issue
Block a user