diff --git a/test/packetmath.cpp b/test/packetmath.cpp index 33ab1ebc0..390960a88 100644 --- a/test/packetmath.cpp +++ b/test/packetmath.cpp @@ -1204,10 +1204,10 @@ Scalar propagate_number_min(const Scalar& a, const Scalar& b) { return (numext::mini)(a, b); } -template +template std::enable_if_t run_ieee_cases(const FunctorT&) {} -template +template std::enable_if_t run_ieee_cases(const FunctorT& fun) { const int PacketSize = internal::unpacket_traits::size; const Scalar norm_min = (std::numeric_limits::min)();