Movatterモバイル変換


[0]ホーム

URL:


SupportedLaneCount

std::simd

TraitSupportedLaneCount 

Source
pub trait SupportedLaneCount: Sealed { }
🔬This is a nightly-only experimental API. (portable_simd #86656)
Expand description

Statically guarantees that a lane count is marked as supported.

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

Implementors§

Source§

implSupportedLaneCount forLaneCount<1>

Source§

implSupportedLaneCount forLaneCount<2>

Source§

implSupportedLaneCount forLaneCount<3>

Source§

implSupportedLaneCount forLaneCount<4>

Source§

implSupportedLaneCount forLaneCount<5>

Source§

implSupportedLaneCount forLaneCount<6>

Source§

implSupportedLaneCount forLaneCount<7>

Source§

implSupportedLaneCount forLaneCount<8>

Source§

implSupportedLaneCount forLaneCount<9>

Source§

implSupportedLaneCount forLaneCount<10>

Source§

implSupportedLaneCount forLaneCount<11>

Source§

implSupportedLaneCount forLaneCount<12>

Source§

implSupportedLaneCount forLaneCount<13>

Source§

implSupportedLaneCount forLaneCount<14>

Source§

implSupportedLaneCount forLaneCount<15>

Source§

implSupportedLaneCount forLaneCount<16>

Source§

implSupportedLaneCount forLaneCount<17>

Source§

implSupportedLaneCount forLaneCount<18>

Source§

implSupportedLaneCount forLaneCount<19>

Source§

implSupportedLaneCount forLaneCount<20>

Source§

implSupportedLaneCount forLaneCount<21>

Source§

implSupportedLaneCount forLaneCount<22>

Source§

implSupportedLaneCount forLaneCount<23>

Source§

implSupportedLaneCount forLaneCount<24>

Source§

implSupportedLaneCount forLaneCount<25>

Source§

implSupportedLaneCount forLaneCount<26>

Source§

implSupportedLaneCount forLaneCount<27>

Source§

implSupportedLaneCount forLaneCount<28>

Source§

implSupportedLaneCount forLaneCount<29>

Source§

implSupportedLaneCount forLaneCount<30>

Source§

implSupportedLaneCount forLaneCount<31>

Source§

implSupportedLaneCount forLaneCount<32>

Source§

implSupportedLaneCount forLaneCount<33>

Source§

implSupportedLaneCount forLaneCount<34>

Source§

implSupportedLaneCount forLaneCount<35>

Source§

implSupportedLaneCount forLaneCount<36>

Source§

implSupportedLaneCount forLaneCount<37>

Source§

implSupportedLaneCount forLaneCount<38>

Source§

implSupportedLaneCount forLaneCount<39>

Source§

implSupportedLaneCount forLaneCount<40>

Source§

implSupportedLaneCount forLaneCount<41>

Source§

implSupportedLaneCount forLaneCount<42>

Source§

implSupportedLaneCount forLaneCount<43>

Source§

implSupportedLaneCount forLaneCount<44>

Source§

implSupportedLaneCount forLaneCount<45>

Source§

implSupportedLaneCount forLaneCount<46>

Source§

implSupportedLaneCount forLaneCount<47>

Source§

implSupportedLaneCount forLaneCount<48>

Source§

implSupportedLaneCount forLaneCount<49>

Source§

implSupportedLaneCount forLaneCount<50>

Source§

implSupportedLaneCount forLaneCount<51>

Source§

implSupportedLaneCount forLaneCount<52>

Source§

implSupportedLaneCount forLaneCount<53>

Source§

implSupportedLaneCount forLaneCount<54>

Source§

implSupportedLaneCount forLaneCount<55>

Source§

implSupportedLaneCount forLaneCount<56>

Source§

implSupportedLaneCount forLaneCount<57>

Source§

implSupportedLaneCount forLaneCount<58>

Source§

implSupportedLaneCount forLaneCount<59>

Source§

implSupportedLaneCount forLaneCount<60>

Source§

implSupportedLaneCount forLaneCount<61>

Source§

implSupportedLaneCount forLaneCount<62>

Source§

implSupportedLaneCount forLaneCount<63>

Source§

implSupportedLaneCount forLaneCount<64>


[8]ページ先頭

©2009-2026 Movatter.jp