Union ppv_lite86::x86_64::vec256_storage
source · pub union vec256_storage {
u32x8: [u32; 8],
u64x4: [u64; 4],
u128x2: [u128; 2],
sse2: [vec128_storage; 2],
avx: __m256i,
}
Fields§
§u32x8: [u32; 8]
§u64x4: [u64; 4]
§u128x2: [u128; 2]
§sse2: [vec128_storage; 2]
§avx: __m256i
Implementations§
source§impl vec256_storage
impl vec256_storage
pub fn new128(xs: [vec128_storage; 2]) -> Self
pub fn split128(self) -> [vec128_storage; 2]
Trait Implementations§
source§impl Clone for vec256_storage
impl Clone for vec256_storage
source§fn clone(&self) -> vec256_storage
fn clone(&self) -> vec256_storage
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for vec256_storage
impl Default for vec256_storage
source§impl<NI> From<u32x4x2_avx2<NI>> for vec256_storage
impl<NI> From<u32x4x2_avx2<NI>> for vec256_storage
source§fn from(x: u32x4x2_avx2<NI>) -> Self
fn from(x: u32x4x2_avx2<NI>) -> Self
Converts to this type from the input type.
source§impl From<vec256_storage> for [u128; 2]
impl From<vec256_storage> for [u128; 2]
source§fn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
source§impl From<vec256_storage> for [u32; 8]
impl From<vec256_storage> for [u32; 8]
source§fn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
source§impl From<vec256_storage> for [u64; 4]
impl From<vec256_storage> for [u64; 4]
source§fn from(vec: vec256_storage) -> Self
fn from(vec: vec256_storage) -> Self
Converts to this type from the input type.
source§impl<W, G> From<x2<W, G>> for vec256_storagewhere
W: Copy,
vec128_storage: From<W>,
impl<W, G> From<x2<W, G>> for vec256_storagewhere W: Copy, vec128_storage: From<W>,
source§impl PartialEq<vec256_storage> for vec256_storage
impl PartialEq<vec256_storage> for vec256_storage
source§impl<NI> Store<vec256_storage> for u32x4x2_avx2<NI>
impl<NI> Store<vec256_storage> for u32x4x2_avx2<NI>
source§unsafe fn unpack(p: vec256_storage) -> Self
unsafe fn unpack(p: vec256_storage) -> Self
Safety Read more
source§impl<W: Copy + Store<vec128_storage>, G> Store<vec256_storage> for x2<W, G>
impl<W: Copy + Store<vec128_storage>, G> Store<vec256_storage> for x2<W, G>
source§unsafe fn unpack(p: vec256_storage) -> Self
unsafe fn unpack(p: vec256_storage) -> Self
Safety Read more