From 59eeb671871bb21930fc7baa667bb948301dcc62 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 23 Feb 2011 14:20:33 +0100 Subject: [PATCH] add unit test for pcplxflip --- test/packetmath.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/packetmath.cpp b/test/packetmath.cpp index c6c5bd3b0..32ee62752 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -325,6 +325,14 @@ template void packetmath_complex() VERIFY(areApprox(ref, pval, PacketSize) && "conj_helper"); } + { + for(int i=0;i(data1))); + VERIFY(areApprox(ref, pval, PacketSize) && "pcplxflip"); + } + + } void test_packetmath()