#include <eve/module/core.hpp>
#include <iostream>
int main()
{
std::cout << "<- wi0 = " << wi0 << "\n";
std::cout <<
"-> firstbitunset[wi0 != 0](wi0) = " <<
eve::firstbitunset[wi0 != 0](wi0) <<
"\n";
}
Conditional expression ignoring the k last lanes from a eve::simd_value.
Definition: conditional.hpp:307
Wrapper for SIMD registers.
Definition: wide.hpp:93