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