E.V.E
v2022.03.00

◆ reverse

eve::algo::reverse = function_with_traits<reverse_>[algo::unroll<1>][no_aligning]
inlineconstexpr

#include <eve/algo/reverse.hpp>

SIMD version of std::reverse.

  • default unrolling is 1.
  • will won't align because it makes the logic more complex and does not win.

Required header: #include <eve/algo/reverse.hpp>