#include <eve/module/core.hpp>
#include <iostream>
int main()
{
eve::wide wu0{0u, 1u, 2u, 3u, 4u, 5u, 6u, 7u};
std::cout << "<- wu0 = " << wu0 << "\n";
}
constexpr auto logical_or
Computes the logical OR of its arguments.
Definition logical_or.hpp:72
constexpr auto maximum
Computes the maximal value in a simd vector or valmin if the input is fully masked.
Definition maximum.hpp:83
Wrapper for SIMD registers.
Definition wide.hpp:94