From cb955df9a6fd5cb2673a7a15172609ce2dafdde8 Mon Sep 17 00:00:00 2001 From: Rasmus Munk Larsen Date: Wed, 9 Jan 2019 16:17:08 -0800 Subject: Add packet up "pones". Write pnot(a) as pxor(pones(a), a). --- test/packetmath.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/packetmath.cpp b/test/packetmath.cpp index a88b7bba9..460cfbdbe 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -239,6 +239,8 @@ template void packetmath() CHECK_CWISE2_IF(PacketTraits::HasDiv, REF_DIV, internal::pdiv); CHECK_CWISE1(internal::pnot, internal::pnot); + CHECK_CWISE1(internal::pzero, internal::pzero); + CHECK_CWISE1(internal::pones, internal::pones); CHECK_CWISE1(internal::negate, internal::pnegate); CHECK_CWISE1(numext::conj, internal::pconj); -- cgit v1.2.3