Searched defs:vld1q_f32 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/arch/NEON/
H A DPacketMath.h95 EIGEN_STRONG_INLINE float32x4_t vld1q_f32(const float* x) { return ::vld1q_f32((const float32_t*)x); } function in namespace:Eigen::internal
194 template<> EIGEN_STRONG_INLINE Packet4f pload<Packet4f>(const float* from) { EIGEN_DEBUG_ALIGNED_LOAD return vld1q_f32(from); }
197 template<> EIGEN_STRONG_INLINE Packet4f ploadu<Packet4f>(const float* from) { EIGEN_DEBUG_UNALIGNED_LOAD return vld1q_f32(from); }

Completed in 71 milliseconds