Skip to main content

ALIGN

Constant ALIGN 

Source
pub const ALIGN: usize = 64;
Expand description

AVX-512 requires 64-byte alignment for aligned load/store instructions. Using 64 as the default covers all tiers: SSE (16), AVX2 (32), AVX-512 (64).