Template Struct simd_emulated_t

Struct Documentation

template<typename Fp, std::size_t Width>
struct simd_emulated_t

Public Functions

template<std::size_t idx>
inline float extract_static() const noexcept
inline float extract(std::size_t i) const noexcept

Public Members

std::array<Fp, Width> v