Remove comma at end of enumerator list in NEON PacketMath

This commit is contained in:
David Tellenbach 2020-12-10 15:22:55 +01:00
parent 2e8f850c78
commit 8eb461a431

View File

@ -3339,7 +3339,7 @@ template<> struct packet_traits<bfloat16> : default_packet_traits
HasTanh = EIGEN_FAST_MATH,
HasErf = EIGEN_FAST_MATH,
HasBessel = 0, // Issues with accuracy.
HasNdtri = 0,
HasNdtri = 0
};
};