From 9a663973b499a53be3e30eb7521545af820fdfc4 Mon Sep 17 00:00:00 2001 From: Antonio Sánchez Date: Wed, 3 Mar 2021 18:51:51 +0000 Subject: Revert "Fix rint for SSE/NEON." This reverts commit e72dfeb8b9fa5662831b5d0bb9d132521f9173dd --- test/packetmath_test_shared.h | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'test/packetmath_test_shared.h') diff --git a/test/packetmath_test_shared.h b/test/packetmath_test_shared.h index 8fbe0d2f7..027715a89 100644 --- a/test/packetmath_test_shared.h +++ b/test/packetmath_test_shared.h @@ -108,23 +108,6 @@ template bool areApprox(const Scalar* a, const Scalar* b, int s return true; } -template bool areEqual(const Scalar* a, const Scalar* b, int size) -{ - for (int i=0; i >(a,size) << "]" << " != vec: [" << Map >(b,size) << "]\n"; - return false; - } - } - return true; -} - #define CHECK_CWISE1(REFOP, POP) { \ for (int i=0; i VERIFY(test::areApprox(ref, data2, PacketSize) && #POP); \ } -#define CHECK_CWISE1_EXACT_IF(COND, REFOP, POP) if(COND) { \ - test::packet_helper h; \ - for (int i=0; i h; \ for (int i=0; i