#include <eve/module/core.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf0 = " << wf0 << "\n";
std::cout << "<- wf1 = " << wf1 << "\n";
std::cout <<
"-> two_prod(wf0, wf1) = " <<
eve::two_prod(wf0, wf1) <<
"\n";
}
constexpr auto eps
Computes a constant to the machine epsilon.
Definition eps.hpp:74
Lightweight type-wrapper.
Definition as.hpp:29
Wrapper for SIMD registers.
Definition wide.hpp:94