Use the generic ploadquad intrinsics since it does the job

This commit is contained in:
Benoit Steiner 2016-05-24 00:11:17 -07:00
parent 646872cb3b
commit b517ab349b

View File

@ -666,12 +666,6 @@ template<> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void pstoreu<half>(half* to, co
*(reinterpret_cast<__int64_t*>(to)) = r;
}
template<> EIGEN_DEVICE_FUNC inline Packet4h
ploadquad(const half* from) {
assert(false);
return Packet4h();
}
template<> EIGEN_DEVICE_FUNC inline Packet4h pgather<half, Packet4h>(const half* from, Index stride)
{
Packet4h result;