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