#include <eve/module/math.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf = " << wf << "\n";
std::cout <<
"-> asech(wf) = " <<
eve::asech(wf) <<
"\n";
std::cout <<
"-> asech[wf != 0.5f](wf) = " <<
eve::asech[wf != 0.5f](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