☰
Trait SupportedLaneCount
Implementors
Other items in
core
::
simd
?
Trait
core
::
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>
source
impl
SupportedLaneCount
for
LaneCount
<2>
source
impl
SupportedLaneCount
for
LaneCount
<4>
source
impl
SupportedLaneCount
for
LaneCount
<8>
source
impl
SupportedLaneCount
for
LaneCount
<16>
source
impl
SupportedLaneCount
for
LaneCount
<32>
source
impl
SupportedLaneCount
for
LaneCount
<64>