Callable object computing the constant \(\log 2\).
#include <eve/module/math.hpp>
#include <eve/wide.hpp>
#include <iostream>
#include <iomanip>
int main()
{
wide_ft wxf;
std::cout << "---- simd" << std::setprecision(9) << std::endl
double xf;
std::cout << "---- scalar" << std::endl
return 0;
}
constexpr callable_log2_e_ log2_e
Callable object computing the constant .
Definition: log2_e.hpp:49
Wrapper for SIMD registers.
Definition: wide.hpp:65