From d93b71a301d15cfa5d15cbe6e9e9915b13d24588 Mon Sep 17 00:00:00 2001 From: Benoit Steiner Date: Mon, 1 Feb 2016 15:18:33 -0800 Subject: Updated the packetmath test to call predux_half instead of predux4 --- test/packetmath.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/packetmath.cpp b/test/packetmath.cpp index f1826f0ef..009de1393 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -233,8 +233,8 @@ template void packetmath() ref[i] = 0; for (int i=0; i(data1))); - VERIFY(areApprox(ref, data2, PacketSize>4?PacketSize/2:PacketSize) && "internal::predux4"); + internal::pstore(data2, internal::predux_half(internal::pload(data1))); + VERIFY(areApprox(ref, data2, PacketSize>4?PacketSize/2:PacketSize) && "internal::predux_half"); } ref[0] = 1; -- cgit v1.2.3