Skip to content

Commit

Permalink
Remove old rem_pio2
Browse files Browse the repository at this point in the history
  • Loading branch information
SadiinsoSnowfall authored Jan 9, 2025
1 parent a27bc48 commit 257abd5
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 678 deletions.
2 changes: 0 additions & 2 deletions benchmarks/module/math/rempio2/medium/rempio2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ int main()
auto lmin = -lmax;

auto arg0 = eve::bench::random_<EVE_VALUE>(lmin, lmax);
auto std__rempio2 = [](auto x){return eve::rem_pio2(x);};

eve::bench::experiment xp;
run<EVE_VALUE>(EVE_NAME(scalar std::rempio2) , xp, std__rempio2 , arg0);
run<EVE_VALUE>(EVE_NAME(rempio2[eve::medium2]) , xp, eve::rempio2[eve::medium2], arg0);
run<EVE_TYPE >(EVE_NAME(rempio2[eve::medium2]) , xp, eve::rempio2[eve::medium2], arg0);
run<EVE_VALUE>(EVE_NAME(rempio2) , xp, eve::rempio2 , arg0);
Expand Down
2 changes: 0 additions & 2 deletions benchmarks/module/math/rempio2/regular/rempio2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ int main()
auto lmin = -lmax;

auto arg0 = eve::bench::random_<EVE_VALUE>(lmin,lmax);
auto std__rempio2 = [](auto x){return eve::rem_pio2(x);};

eve::bench::experiment xp;
run<EVE_VALUE>(EVE_NAME(scalar std::rempio2), xp, std__rempio2 , arg0);
run<EVE_VALUE>(EVE_NAME(rempio2) , xp, eve::rempio2 , arg0);
run<EVE_TYPE> (EVE_NAME(rempio2) , xp, eve::rempio2 , arg0);
}
Loading

0 comments on commit 257abd5

Please sign in to comment.