Module vector2math::simd[][src]

This is supported on crate feature simd only.

Simd standard types

Modules

f32

Standard geometric types for a scalar type

f64

Standard geometric types for a scalar type

i8

Standard geometric types for a scalar type

i16

Standard geometric types for a scalar type

i32

Standard geometric types for a scalar type

i64

Standard geometric types for a scalar type

u8

Standard geometric types for a scalar type

u16

Standard geometric types for a scalar type

u32

Standard geometric types for a scalar type

u64

Standard geometric types for a scalar type

Type Definitions

f32x2

A 64-bit vector with 2 f32 lanes.

f64x2

A 128-bit vector with 2 f64 lanes.

i8x2

A 16-bit vector with 2 i8 lanes.

i16x2

A 32-bit vector with 2 i16 lanes.

i32x2

A 64-bit vector with 2 i32 lanes.

i64x2

A 128-bit vector with 2 i64 lanes.

u8x2

A 16-bit vector with 2 u8 lanes.

u16x2

A 32-bit vector with 2 u16 lanes.

u32x2

A 64-bit vector with 2 u32 lanes.

u64x2

A 128-bit vector with 2 u64 lanes.