pub const ALIGN: usize = 64;
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).