[−][src]Enum ispc::opt::CPU
ISPC target CPU ISA options, if none is set ISPC will target the machine being compile on.
Variants
GenericBonnellSynonym for Atom target
Core2PenrynNehalemSynonym for corei7 target
Ps4Synonym for btver2
SandyBridgeSynonym for corei7-avx
IvyBridgeSynonym for core-avx-i target
HaswellSynonym for core-avx2 target
BroadwellKnlSkxIclSilvermontSynonym for slm target
CoretexA15CoretexA9CoretexA35CoretexA53CoretexA57Trait Implementations
impl ToString for CPU[src]
impl PartialEq<CPU> for CPU[src]
fn eq(&self, other: &CPU) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for CPU[src]
Auto Trait Implementations
impl Unpin for CPU
impl Sync for CPU
impl Send for CPU
impl UnwindSafe for CPU
impl RefUnwindSafe for CPU
Blanket Implementations
impl<T> From<T> for T[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,