kvarn_async::prelude::compact_str::core::simd

Struct LaneCount

source
pub struct LaneCount<const N: usize>;
🔬This is a nightly-only experimental API. (portable_simd)
Expand description

Specifies the number of lanes in a SIMD vector as a type.

Implementations§

source§

impl<const N: usize> LaneCount<N>

source

pub const BITMASK_LEN: usize = _

🔬This is a nightly-only experimental API. (portable_simd)

The number of bytes in a bitmask with this many lanes.

Trait Implementations§