Crate ppv_lite86[][src]

Re-exports

pub use self::arch::vec128_storage;
pub use self::arch::vec256_storage;
pub use self::arch::vec512_storage;

Modules

Macros

Traits

Ops that depend on word size

Ops that are independent of word size and endian

A vector composed one or more lanes each composed of four words.

A vector composed of multiple 128-bit lanes.

Exchange neigboring ranges of bits of the specified size

Combine single vectors into a multi-lane vector.

A vector composed of two elements, which may be words or themselves vectors.

A vector composed of four elements, which may be words or themselves vectors.

Vec4 functions which may not be implemented yet for all Vec4 types. NOTE: functions in this trait may be moved to Vec4 in any patch release. To avoid breakage, import Vec4Ext only together with Vec4, and don’t qualify its methods.

A vector composed of four words; depending on their size, operations may cross lanes.