SimdR

Type Alias SimdR 

pub type SimdR = BitReader<Simd>;
Expand description

Field SIMD reader - SIMD/NEON instruction support

Aliased Type§

pub struct SimdR { /* private fields */ }

Implementations§

§

impl SimdR

pub const fn variant(&self) -> Simd

Get enumerated values variant

pub fn is_0(&self) -> bool

SIMD/NEON support is not included.

pub fn is_1(&self) -> bool

SIMD/NEON support is included.