MAX_SIMD_SIZE

Constant MAX_SIMD_SIZE 

Source
pub const MAX_SIMD_SIZE: usize = _; // 16usize
Expand description

The largest size (in bytes) a SIMD type can have on the target.

A reflection of the largest contiguous array of bytes that can be stored in a localized, singular, specialized SIMD register.