diff --git a/test/unit/module/special/digamma.cpp b/test/unit/module/special/digamma.cpp index 2310bc87bc..10cc81c361 100644 --- a/test/unit/module/special/digamma.cpp +++ b/test/unit/module/special/digamma.cpp @@ -67,7 +67,7 @@ TTS_CASE_TPL("Check behavior of digamma on wide", eve::test::simd::ieee_reals) TTS_CASE_WITH("Check behavior of digamma on wide", eve::test::simd::ieee_reals, tts::generate(tts::randoms(0.4, 4.0))) -(T const& a0) { TTS_ULP_EQUAL(eve::digamma(a0), T(map(eve::digamma, a0)), 2); }; +(T const& a0) { TTS_ULP_EQUAL(eve::digamma(a0), T(tts::map(eve::digamma, a0)), 2); }; //==================================================================================================