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
test_bytes: Add SIMD-specific test cases for bytes.hex()
Add targeted tests for corner cases relevant to SIMD optimization:
- test_hex_simd_boundaries: Test lengths around the 16-byte SIMD
threshold (14, 15, 16, 17, 31, 32, 33, 64, 65 bytes)
- test_hex_nibble_boundaries: Test the 9/10 nibble value boundary
where digits become letters, verifying the signed comparison
optimization works correctly
- test_hex_simd_separator: Test SIMD separator insertion path
(triggered when sep >= 8 and len >= 16) with various group
sizes and both positive/negative bytes_per_sep
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments