E.V.E
v2023.02.15

◆ reverse

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

#include <eve/module/algo/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/module/algo/algo/reverse.hpp>