aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/packetmath.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/packetmath.cpp')
-rw-r--r--test/packetmath.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/packetmath.cpp b/test/packetmath.cpp
index e704a53ea..d018aaeb0 100644
--- a/test/packetmath.cpp
+++ b/test/packetmath.cpp
@@ -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)
{