mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Remove comma at end of enumerator list in NEON PacketMath
This commit is contained in:
parent
2e8f850c78
commit
8eb461a431
@ -3339,7 +3339,7 @@ template<> struct packet_traits<bfloat16> : default_packet_traits
|
|||||||
HasTanh = EIGEN_FAST_MATH,
|
HasTanh = EIGEN_FAST_MATH,
|
||||||
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