Expand description

SIMD-accelerated for byte swapping large areas of memory.

Traits

Byte swap (change endian order of) an array of unaligned memory.

Type Definitions

An unaligned 16-bit value, usually an integer (signed or unsigned).

An unaligned 32-bit value, either an integer (signed or unsigned) or a 32-bit IEEE-754 value.

An unaligned 64-bit value, either an integer (signed or unsigned) or a 64-bit IEEE-754 value.