11#include "../SIMD/module.hpp"
12#include "../macros.hpp"
48 explicit operator f32x4()
const noexcept
51 static_cast<float>((value >> 20) & 0x3ff) / 1023.0f,
52 static_cast<float>((value >> 10) & 0x3ff) / 1023.0f,
53 static_cast<float>(value & 0x3ff) / 1023.0f,
54 static_cast<float>(value >> 30) / 3.0f};
DOXYGEN BUG.
Definition algorithm.hpp:16
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
1 x uint2_t, 3 x uint10_t pixel packed format.
Definition unorm_a2bgr10_pack.hpp:30