You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add portable SIMD optimization for find_max_char (STRINGLIB_SIZEOF_CHAR==1)
Use GCC/Clang vector extensions to check 64 bytes at a time for
non-ASCII characters, similar to the approach in pythongh-143991 (pystrhex).
The compiler lowers the 64-byte vector to the widest native SIMD
available (4x NEON on AArch64, 2x AVX-256 or 1x AVX-512 on x86-64).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments