#include <eve/module/math.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf = " << wf << "\n";
std::cout <<
"-> agd(wf) = " <<
eve::agd(wf) <<
"\n";
std::cout <<
"-> agd[wf != -2.0f](wf) = " <<
eve::agd[wf != -2.0f](wf) <<
"\n";
}
constexpr auto pio_4
Callable object computing the constant .
Definition pio_4.hpp:77
constexpr auto pio_2
Callable object computing the constant .
Definition pio_2.hpp:77
Lightweight type-wrapper.
Definition as.hpp:29
Conditional expression ignoring the k last lanes from a eve::simd_value.
Definition conditional.hpp:332
Wrapper for SIMD registers.
Definition wide.hpp:70