#include <eve/wide.hpp>
#include <iostream>
int main()
{
wide_ft pf = {-1.0f, 2.0f, -3.0f, -32768.0f};
std::cout << "pf ---> " << pf << "\n";
std::cout << "eve::combine(pf,pf) ---> " << pf2 << "\n";
}
constexpr callable_combine_ combine
Computes the TODO.
Definition combine.hpp:51
Wrapper for SIMD registers.
Definition wide.hpp:70