From cb6315318316653479b184db447bc29040be8e6e Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Wed, 1 Jul 2020 20:41:59 +0200 Subject: Make test packetmath C++98 compliant --- test/packetmath.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/packetmath.cpp') diff --git a/test/packetmath.cpp b/test/packetmath.cpp index 7821877db..0fe29102a 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -211,8 +211,8 @@ struct packetmath_pcast_ops_runner { test_cast_runner::run(); test_cast_runner::run(); test_cast_runner::run(); - test_cast_runner>::run(); - test_cast_runner>::run(); + test_cast_runner >::run(); + test_cast_runner >::run(); test_cast_runner::run(); test_cast_runner::run(); } @@ -222,8 +222,8 @@ struct packetmath_pcast_ops_runner { template struct packetmath_pcast_ops_runner::IsComplex>::type> { static void run() { - test_cast_runner>::run(); - test_cast_runner>::run(); + test_cast_runner >::run(); + test_cast_runner >::run(); test_cast_runner::run(); test_cast_runner::run(); } @@ -252,7 +252,7 @@ void packetmath_boolean_mask_ops() { // Packet16b representing bool does not support ptrue, pandnot or pcmp_eq, since the scalar path // (for some compilers) compute the bitwise and with 0x1 of the results to keep the value in [0,1]. template<> -void packetmath_boolean_mask_ops::type>() {} +void packetmath_boolean_mask_ops::type>() {} template void packetmath() { -- cgit v1.2.3