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
Fix SIMD auto-detection for cross-compilation and native builds
- Remove plain 'arm' from NEON ARCH filter (armv5/armv6 lack NEON)
- Don't initialize BLITTER_SIMD_SRC to scalar — let auto-detection
run by keeping it empty until a match is found
- Add -msse2 flag for 32-bit x86 targets
- Add scalar fallback for exotic platforms with no SIMD support
- uname -m fallback now only fires when no prior rule matched
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments