#include <eve/module/core.hpp>
#include <iostream>
int main()
{
eve::wide wf0{0.0, 1.0, 2.0, 3.0, spv, mind, maxd, -0.0};
std::cout << "<- wf0 = " << wf0 << "\n";
std::cout <<
"-> flush_denormal[wf0 != md](wf0) = " <<
eve::flush_denormal[wf0 != mind](wf0) <<
"\n";
}
constexpr auto smallestposval
Computes the smallest normal positive value.
Definition: smallestposval.hpp:70
constexpr auto mindenormal
Computes the smallest denormal positive value.
Definition: mindenormal.hpp:70
constexpr auto prev
Computes the nth previous representable element.
Definition: prev.hpp:100
Lightweight type-wrapper.
Definition: as.hpp:29
Conditional expression ignoring the k last lanes from a eve::simd_value.
Definition: conditional.hpp:307
Wrapper for SIMD registers.
Definition: wide.hpp:93