☰
Trait SupportedLaneCount
Implementors
Other items in
core
::
simd
All crates
?
Trait
core
::
simd
::
SupportedLaneCount
[
−
]
[src]
pub trait SupportedLaneCount: Sealed { }
🔬
This is a nightly-only experimental API. (
portable_simd
#86656
)
Expand description
用于 vector lane 计数的助手 trait。
Implementors
[src]
impl
SupportedLaneCount
for
LaneCount
<1>
[src]
impl
SupportedLaneCount
for
LaneCount
<2>
[src]
impl
SupportedLaneCount
for
LaneCount
<4>
[src]
impl
SupportedLaneCount
for
LaneCount
<8>
[src]
impl
SupportedLaneCount
for
LaneCount
<16>
[src]
impl
SupportedLaneCount
for
LaneCount
<32>
[src]
impl
SupportedLaneCount
for
LaneCount
<64>