Get rid of EIGEN_HAS_AVX512_MATH workaround.

This commit is contained in:
Rasmus Munk Larsen
2023-02-23 23:16:41 +00:00
parent 00844e3865
commit 1c0a6cf228
5 changed files with 31 additions and 63 deletions

View File

@@ -4,9 +4,6 @@
namespace Eigen {
namespace internal {
// Bessel functions only available for some compilers.
#if EIGEN_HAS_AVX512_MATH
F16_PACKET_FUNCTION(Packet16f, Packet16h, pbessel_i0)
BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_i0)
@@ -43,8 +40,6 @@ BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_y0)
F16_PACKET_FUNCTION(Packet16f, Packet16h, pbessel_y1)
BF16_PACKET_FUNCTION(Packet16f, Packet16bf, pbessel_y1)
#endif
} // namespace internal
} // namespace Eigen