#include <eve/wide.hpp>
#include <iostream>
#include <eve/module/core.hpp>
int main()
{
wide_it
pi = {1, 3, 7, 15};
auto _0 =eve::index_t<0>();
auto _1 =eve::index_t<1>();
auto _2 =eve::index_t<2>();
auto _3 =eve::index_t<3>();
std::cout << "---- simd" << '\n'
<<
"<- pi = " <<
pi <<
'\n'
return 0;
}
constexpr auto inc
elementwise_callable object returning the input incremented by 1.
Definition: inc.hpp:83
constexpr auto pi
Callable object computing the constant .
Definition: pi.hpp:77
Wrapper for SIMD registers.
Definition: wide.hpp:93