☰
Trait SupportedLaneCount
Implementors
Other items in
std
::
simd
?
Trait
std
::
simd
::
SupportedLaneCount
source
[
−
]
pub trait SupportedLaneCount: Sealed { }
🔬
This is a nightly-only experimental API. (
portable_simd
#86656
)
Expand description
Helper trait for vector lane counts.
Implementors
source
impl
SupportedLaneCount
for
LaneCount
<1_usize>
type
BitMask
=
[
u8
; 1]
source
impl
SupportedLaneCount
for
LaneCount
<2_usize>
type
BitMask
=
[
u8
; 1]
source
impl
SupportedLaneCount
for
LaneCount
<4_usize>
type
BitMask
=
[
u8
; 1]
source
impl
SupportedLaneCount
for
LaneCount
<8_usize>
type
BitMask
=
[
u8
; 1]
source
impl
SupportedLaneCount
for
LaneCount
<16_usize>
type
BitMask
=
[
u8
; 2]
source
impl
SupportedLaneCount
for
LaneCount
<32_usize>
type
BitMask
=
[
u8
; 4]
source
impl
SupportedLaneCount
for
LaneCount
<64_usize>
type
BitMask
=
[
u8
; 8]