☰
Trait SupportedLaneCount
Implementors
Other items in
std
::
simd
All crates
?
Trait
std
::
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_usize>
type
BitMask
=
[
u8
; 1]
[src]
impl
SupportedLaneCount
for
LaneCount
<2_usize>
type
BitMask
=
[
u8
; 1]
[src]
impl
SupportedLaneCount
for
LaneCount
<4_usize>
type
BitMask
=
[
u8
; 1]
[src]
impl
SupportedLaneCount
for
LaneCount
<8_usize>
type
BitMask
=
[
u8
; 1]
[src]
impl
SupportedLaneCount
for
LaneCount
<16_usize>
type
BitMask
=
[
u8
; 2]
[src]
impl
SupportedLaneCount
for
LaneCount
<32_usize>
type
BitMask
=
[
u8
; 4]
[src]
impl
SupportedLaneCount
for
LaneCount
<64_usize>
type
BitMask
=
[
u8
; 8]