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