Type Alias ppv_lite86::x86_64::AVX
source · pub type AVX = SseMachine<YesS3, YesS4, NoNI>;
Expand description
AVX but not AVX2: only 128-bit integer operations, but use VEX versions of everything to avoid expensive SSE/VEX conflicts.
Aliased Type§
struct AVX(/* private fields */);
Trait Implementations§
source§impl<S3: Clone, S4: Clone, NI: Clone> Clone for SseMachine<S3, S4, NI>
impl<S3: Clone, S4: Clone, NI: Clone> Clone for SseMachine<S3, S4, NI>
source§fn clone(&self) -> SseMachine<S3, S4, NI>
fn clone(&self) -> SseMachine<S3, S4, NI>
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 more