Module vector

Module vector 

Source

Structs§

Float2Inner
Float4Inner
Float8Inner
U32_2Inner
U32_4Inner
U32_8Inner
VecType
A vector type with N elements of type T::Elem. T must be aligned by the size of the vector. Since we cannot do repr(align(N * size_of::<T::Elem>)) yet, we define separate types for different sizes.

Traits§

VecFlatten
VecTypeTrait

Type Aliases§

Float2
Float4
Float8
U32_2
U32_4
U32_8