Type Alias V128Abi

Source
pub type V128Abi = __m128i;
Expand description

x86 vectors are represented with XMM registers which are represented with the __m128i type. This type is considered a vector type for ABI purposes which is implemented by Cranelift.

Aliased Typeยง

struct V128Abi(/* private fields */);