Enum ispc::CPU

source · []
pub enum CPU {
Show 19 variants Generic, Bonnell, Core2, Penryn, Nehalem, Ps4, SandyBridge, IvyBridge, Haswell, Broadwell, Knl, Skx, Icl, Silvermont, CoretexA15, CoretexA9, CoretexA35, CoretexA53, CoretexA57,
}
Expand description

ISPC target CPU ISA options, if none is set ISPC will target the machine being compile on.

Variants

Generic

Bonnell

Synonym for Atom target

Core2

Penryn

Nehalem

Synonym for corei7 target

Ps4

Synonym for btver2

SandyBridge

Synonym for corei7-avx

IvyBridge

Synonym for core-avx-i target

Haswell

Synonym for core-avx2 target

Broadwell

Knl

Skx

Icl

Silvermont

Synonym for slm target

CoretexA15

CoretexA9

CoretexA35

CoretexA53

CoretexA57

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.