Defined in Header
#include <eve/module/core.hpp>
{
}
constexpr auto exponentmask
Computes the the exponent bit mask of IEEE float or double.
Definition exponentmask.hpp:72
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107
EVE Main Namespace.
Definition abi.hpp:19
Parameters
t: Type wrapper instance embedding the type of the constant.
Return value
the call eve::exponentmask(as<T>()) returns elementwise, the integral mask to extract the exponent bits of an ieee floating value. The element values are:
#include <eve/module/core.hpp>
#include <eve/wide.hpp>
#include <iostream>
template<typename T>
{
std::cout << "---- simd" << std::endl
std::cout << "---- scalar" << std::endl
return 0;
}
Lightweight type-wrapper.
Definition as.hpp:29