@@ -15,13 +15,13 @@ only for backends named in this file and the release gate.
1515- Gate priority: Active backend priority: AVX-512 VBMI, then AVX2, then SSSE3/SSE4.1 on x86/x86_64; NEON on aarch64.
1616- Public performance claims: none without local benchmark evidence.
1717- Release status: ` 1.2.2 ` ; ` 1.2.0 ` admitted conservative active encode
18- dispatch, and ` 1.2.2 ` is an ergonomics patch for that released
19- family. Active encode dispatch admits AVX-512 VBMI above AVX2 above
20- SSSE3/SSE4.1 on x86/x86_64 and NEON on aarch64 for Standard and URL-safe
21- alphabet families. Decode, custom alphabets, in-place encode, ` no_std ` , and
22- wasm ` simd128 ` remain scalar or prototype-only. Wrapped encode may use
23- admitted fixed-block encode for its unwrapped staging step; line-ending
24- insertion remains scalar.
18+ dispatch, and ` 1.2.2 ` is an ergonomics and sanitization hardening patch for
19+ that released family. Active encode dispatch admits AVX-512 VBMI above AVX2
20+ above SSSE3/SSE4.1 on x86/x86_64 and NEON on aarch64 for Standard and
21+ URL-safe alphabet families. Decode, custom alphabets, in-place encode,
22+ ` no_std ` , and wasm ` simd128 ` remain scalar or prototype-only. Wrapped encode
23+ may use admitted fixed-block encode for its unwrapped staging step;
24+ line-ending insertion remains scalar.
2525
2626## Required For Every Admitted Backend
2727
0 commit comments