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