#include <eve/module/core.hpp>
#include <iostream>
#include <iomanip>
int main()
{
eve::wide wf = {1.0, 0.1, 3.14159265358979, 1.0e10};
std::cout << std::setprecision(20);
std::cout << "<- wf = " << wf << "\n";
std::cout << " xh = " << xh << "\n";
std::cout << " xl = " << xl << "\n";
std::cout << " xh + xl = " << xh + xl << "\n";
}
constexpr auto veltkamp
split a loating-point number with radix 2 and p mantissa bits x into two floating-point numbers xh an...
Definition veltkamp.hpp:70
Wrapper for SIMD registers.
Definition wide.hpp:94