Trait core_simd::simd::SupportedLaneCount

source ยท
pub trait SupportedLaneCount: Sealed { }
๐Ÿ”ฌThis is a nightly-only experimental API. (portable_simd)
Expand description

Statically guarantees that a lane count is marked as supported.

This trait is sealed: the list of implementors below is total. Users do not have the ability to mark additional LaneCount<N> values as supported. Only SIMD vectors with supported lane counts are constructable.

Implementorsยง

sourceยง

impl SupportedLaneCount for LaneCount<1>

sourceยง

impl SupportedLaneCount for LaneCount<2>

sourceยง

impl SupportedLaneCount for LaneCount<3>

sourceยง

impl SupportedLaneCount for LaneCount<4>

sourceยง

impl SupportedLaneCount for LaneCount<5>

sourceยง

impl SupportedLaneCount for LaneCount<6>

sourceยง

impl SupportedLaneCount for LaneCount<7>

sourceยง

impl SupportedLaneCount for LaneCount<8>

sourceยง

impl SupportedLaneCount for LaneCount<9>

sourceยง

impl SupportedLaneCount for LaneCount<10>

sourceยง

impl SupportedLaneCount for LaneCount<11>

sourceยง

impl SupportedLaneCount for LaneCount<12>

sourceยง

impl SupportedLaneCount for LaneCount<13>

sourceยง

impl SupportedLaneCount for LaneCount<14>

sourceยง

impl SupportedLaneCount for LaneCount<15>

sourceยง

impl SupportedLaneCount for LaneCount<16>

sourceยง

impl SupportedLaneCount for LaneCount<17>

sourceยง

impl SupportedLaneCount for LaneCount<18>

sourceยง

impl SupportedLaneCount for LaneCount<19>

sourceยง

impl SupportedLaneCount for LaneCount<20>

sourceยง

impl SupportedLaneCount for LaneCount<21>

sourceยง

impl SupportedLaneCount for LaneCount<22>

sourceยง

impl SupportedLaneCount for LaneCount<23>

sourceยง

impl SupportedLaneCount for LaneCount<24>

sourceยง

impl SupportedLaneCount for LaneCount<25>

sourceยง

impl SupportedLaneCount for LaneCount<26>

sourceยง

impl SupportedLaneCount for LaneCount<27>

sourceยง

impl SupportedLaneCount for LaneCount<28>

sourceยง

impl SupportedLaneCount for LaneCount<29>

sourceยง

impl SupportedLaneCount for LaneCount<30>

sourceยง

impl SupportedLaneCount for LaneCount<31>

sourceยง

impl SupportedLaneCount for LaneCount<32>

sourceยง

impl SupportedLaneCount for LaneCount<33>

sourceยง

impl SupportedLaneCount for LaneCount<34>

sourceยง

impl SupportedLaneCount for LaneCount<35>

sourceยง

impl SupportedLaneCount for LaneCount<36>

sourceยง

impl SupportedLaneCount for LaneCount<37>

sourceยง

impl SupportedLaneCount for LaneCount<38>

sourceยง

impl SupportedLaneCount for LaneCount<39>

sourceยง

impl SupportedLaneCount for LaneCount<40>

sourceยง

impl SupportedLaneCount for LaneCount<41>

sourceยง

impl SupportedLaneCount for LaneCount<42>

sourceยง

impl SupportedLaneCount for LaneCount<43>

sourceยง

impl SupportedLaneCount for LaneCount<44>

sourceยง

impl SupportedLaneCount for LaneCount<45>

sourceยง

impl SupportedLaneCount for LaneCount<46>

sourceยง

impl SupportedLaneCount for LaneCount<47>

sourceยง

impl SupportedLaneCount for LaneCount<48>

sourceยง

impl SupportedLaneCount for LaneCount<49>

sourceยง

impl SupportedLaneCount for LaneCount<50>

sourceยง

impl SupportedLaneCount for LaneCount<51>

sourceยง

impl SupportedLaneCount for LaneCount<52>

sourceยง

impl SupportedLaneCount for LaneCount<53>

sourceยง

impl SupportedLaneCount for LaneCount<54>

sourceยง

impl SupportedLaneCount for LaneCount<55>

sourceยง

impl SupportedLaneCount for LaneCount<56>

sourceยง

impl SupportedLaneCount for LaneCount<57>

sourceยง

impl SupportedLaneCount for LaneCount<58>

sourceยง

impl SupportedLaneCount for LaneCount<59>

sourceยง

impl SupportedLaneCount for LaneCount<60>

sourceยง

impl SupportedLaneCount for LaneCount<61>

sourceยง

impl SupportedLaneCount for LaneCount<62>

sourceยง

impl SupportedLaneCount for LaneCount<63>

sourceยง

impl SupportedLaneCount for LaneCount<64>