mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Use the generic ploadquad intrinsics since it does the job
This commit is contained in:
parent
646872cb3b
commit
b517ab349b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user