#include <eve/module/math.hpp>
{
}
The concept value<T> is satisfied if and only if T satisfies either eve::scalar_value or eve::simd_va...
Definition value.hpp:34
constexpr auto quadrant
Callable object computing the quadrant value.
Definition quadrant.hpp:59
EVE Main Namespace.
Definition abi.hpp:18
Parameters
n
: value. Must be of integral type or a flint
Return value
return a value of the same type as n
containing the quadrant number where n
(supposed an integer) lies.
#include <eve/module/math.hpp>
#include <iostream>
int main()
{
std::cout << "<- wf = " << wf << "\n";
std::cout << "<- wi = " << wi << "\n";
std::cout << "<- wu = " << wu << "\n";
}
Wrapper for SIMD registers.
Definition wide.hpp:70