[][src]Module generic_simd::vector

Vector type interfaces.

Modules

width

Types indicating widths of vectors.

Traits

Complex

Complex valued vectors.

Native

Indicates the widest native vector.

Ops

A supertrait for vectors supporting typical arithmetic operations.

Signed

A supertrait for vectors that allow arithmetic operations over signed types.

Vector

The fundamental vector type.

Type Definitions

NativeVector

Convenience type for the widest native vector.

NativeWidth

Convenience type for the widest native vector size.

VectorOf

Convenience type for the vector with a particular width.