pub unsafe fn classify_bytes(input: &[u8]) -> Vec<u8> โ
Classify each byte using SSE4.2 SIMD โ 16 bytes at a time.
Caller must ensure SSE4.2 support.