mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add missing inclusion of mmintrin.h
This commit is contained in:
@@ -531,6 +531,14 @@ ptranspose(PacketBlock<Packet8h,4>& kernel) {
|
||||
|
||||
#elif defined(EIGEN_VECTORIZE_SSE) && !EIGEN_ARCH_x86_64
|
||||
|
||||
} // end namespace internal
|
||||
} // end namespace Eigen
|
||||
|
||||
#include <mmintrin.h>
|
||||
|
||||
namespace Eigen {
|
||||
namespace internal {
|
||||
|
||||
typedef struct {
|
||||
__m64 x;
|
||||
} Packet4h;
|
||||
|
||||
@@ -130,6 +130,14 @@ template<> EIGEN_STRONG_INLINE Packet8h pcast<Packet8f, Packet8h>(const Packet8f
|
||||
|
||||
#elif defined(EIGEN_VECTORIZE_SSE) && !EIGEN_ARCH_x86_64
|
||||
|
||||
} // end namespace internal
|
||||
} // end namespace Eigen
|
||||
|
||||
#include <mmintrin.h>
|
||||
|
||||
namespace Eigen {
|
||||
namespace internal {
|
||||
|
||||
template <>
|
||||
struct type_casting_traits<Eigen::half, float> {
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user