pub enum TargetISA {
Show 21 variants Host, SSE2i32x4, SSE2i32x8, SSE4i32x4, SSE4i32x8, SSE4i16x8, SSE4i8x16, AVX1i32x4, AVX1i32x8, AVX1i32x16, AVX1i64x4, AVX2i32x8, AVX2i32x16, AVX2i64x4, AVX512KNLi32x16, AVX512SKXi32x16, AVX512SKXi32x8, Neoni8x16, Neoni16x8, Neoni32x4, Neoni32x8,
}
Expand description

Target instruction sets and vector widths available to specialize for. The default if none is set will be the host CPU’s ISA and vector width.

Variants

Host

SSE2i32x4

SSE2i32x8

SSE4i32x4

SSE4i32x8

SSE4i16x8

SSE4i8x16

AVX1i32x4

AVX1i32x8

AVX1i32x16

AVX1i64x4

AVX2i32x8

AVX2i32x16

AVX2i64x4

AVX512KNLi32x16

AVX512SKXi32x16

AVX512SKXi32x8

Neoni8x16

Neoni16x8

Neoni32x4

Neoni32x8

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

This method tests for !=.

Converts the given value to a String. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.