Trait simd::Simd [] [src]

pub unsafe trait Simd {
    type Bool: Simd;
    type Elem;
}

Types that are SIMD vectors.

Associated Types

The corresponding boolean vector type.

The element that this vector stores.

Implementors