#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>
#include <iomanip>
template<typename T>
int main()
{
std::cout << "---- simd" << std::endl
std::cout << "---- scalar" << std::endl
std::cout << "-> constexpr maxrepint = " << constexpr_maxrepint<float>() << std::endl;
}
Wrapper for SIMD registers.
Definition wide.hpp:94