#include <eve/module/math.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf = " << wf << "\n";
std::cout <<
"-> gd(wf) = " <<
eve::gd(wf) <<
"\n";
std::cout <<
"-> gd[wf != -2.0](wf) = " <<
eve::gd[wf != -2.0](wf) <<
"\n";
}
Conditional expression ignoring the k last lanes from a eve::simd_value.
Definition conditional.hpp:353
Wrapper for SIMD registers.
Definition wide.hpp:94