diff --git a/test/packetmath_test_shared.h b/test/packetmath_test_shared.h index 046fd8104a..de1a05508d 100644 --- a/test/packetmath_test_shared.h +++ b/test/packetmath_test_shared.h @@ -100,8 +100,12 @@ template bool areApprox(const Scalar* a, const Scalar* b, int s { for (int i=0; i >(a,size) << "]" << " != vec: [" << Map >(b,size) << "]\n"; return false; }