#[repr(C)]
pub struct AvxInfo { pub vector_length: u16, pub mask_mode: MaskMode, pub mask_reg: Register, pub broadcast_static: bool, pub broadcast_mode: BroadcastMode, pub rounding_mode: RoundingMode, pub swizzle_mode: SwizzleMode, pub conversion_mode: ConversionMode, pub has_sae: bool, pub has_eviction_hint: bool, }

Fields

vector_length: u16

The AVX vector-length.

mask_mode: MaskMode

The masking mode.

mask_reg: Register

The mask register.

broadcast_static: bool

Signals if the broadcast is a static broadcast.

This is the case for instructions with inbuild broadcast functionality, which is always active.

broadcast_mode: BroadcastMode

The AVX broadcast-mode.

rounding_mode: RoundingMode

The AVX rounding-mode.

swizzle_mode: SwizzleMode

The AVX register-swizzle mode.

conversion_mode: ConversionMode

The AVX data-conversion mode.

has_sae: bool

Signals if the “SAE” (supress-all-exceptions) functionality is enabled for the instruction.

has_eviction_hint: bool

Signals, if the instruction has a memory-eviction-hint (KNC only).

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.