Home | History | Annotate | Download | only in SSE

Lines Matching refs:_mm_load_pd

307 template<> EIGEN_STRONG_INLINE Packet2d pload<Packet2d>(const double*  from) { EIGEN_DEBUG_ALIGNED_LOAD return _mm_load_pd(from); }