mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Add masked_store_available to unpacket_traits
This commit is contained in:
@@ -228,6 +228,12 @@ template<typename Scalar,typename Packet> void packetmath()
|
||||
VERIFY(areApprox(data3, data2, PacketSize) && "internal::ploadu masked");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (internal::unpacket_traits<Packet>::masked_store_available)
|
||||
{
|
||||
packet_helper<internal::unpacket_traits<Packet>::masked_store_available, Packet> h;
|
||||
unsigned long long max_umask = (0x1ull << PacketSize);
|
||||
|
||||
for (int offset=0; offset<PacketSize; ++offset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user