#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>
template<typename T>
int main()
{
wide_ft wxf;
std::cout << "---- simd" << std::endl
double xf;
std::cout << "---- scalar" << std::endl
std::cout << "-> constexpr maxexponentm1 = " << constexpr_maxexponentm1<float>() << std::endl;
return 0;
}
constexpr auto maxexponentm1
Computes the the greatest exponent of a floating point IEEE value minus one.
Definition maxexponentm1.hpp:70
Wrapper for SIMD registers.
Definition wide.hpp:70